comparison dwtest.c @ 1201:196cd8a8e6a8

Fixed dw_mle_set_cursor() should scroll to the point on Mac. Fixed a warning reported by clang in the test program. The events are occassionally getting errors on Mac and Unix... will need to debug.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 30 Sep 2011 03:32:26 +0000
parents 88b3f27542b0
children 22cedf18db25
comparison
equal deleted inserted replaced
1200:88b3f27542b0 1201:196cd8a8e6a8
1373 } 1373 }
1374 1374
1375 void thread_add(void) 1375 void thread_add(void)
1376 { 1376 {
1377 HWND tmpbox; 1377 HWND tmpbox;
1378 char buf[100];
1379 int i;
1380 1378
1381 /* create a box to pack into the notebook page */ 1379 /* create a box to pack into the notebook page */
1382 tmpbox = dw_box_new(DW_VERT, 0); 1380 tmpbox = dw_box_new(DW_VERT, 0);
1383 dw_box_pack_start(notebookbox9, tmpbox, 0, 0, TRUE, TRUE, 1); 1381 dw_box_pack_start(notebookbox9, tmpbox, 0, 0, TRUE, TRUE, 1);
1384 1382