comparison dwtest.c @ 1484:9b24233d7606

Remove obsolete DW_FCF_SHELLPOSITION from the test program.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 23 Dec 2011 17:25:17 +0000
parents 0f9c6f7636db
children 34ce887be578
comparison
equal deleted inserted replaced
1483:73f2ad84d4ec 1484:9b24233d7606
27 #endif 27 #endif
28 28
29 #define MAX_WIDGETS 20 29 #define MAX_WIDGETS 20
30 30
31 unsigned long flStyle = DW_FCF_SYSMENU | DW_FCF_TITLEBAR | 31 unsigned long flStyle = DW_FCF_SYSMENU | DW_FCF_TITLEBAR |
32 DW_FCF_SHELLPOSITION | DW_FCF_TASKLIST | DW_FCF_DLGBORDER; 32 DW_FCF_TASKLIST | DW_FCF_DLGBORDER;
33 33
34 unsigned long current_color = DW_RGB(100,100,100); 34 unsigned long current_color = DW_RGB(100,100,100);
35 35
36 int iteration = 0; 36 int iteration = 0;
37 void create_button( int); 37 void create_button( int);