diff dwtest.c @ 567:81ca08481d49

Added the basics of the color chooser on OS/2. Needs some more logic to be finished. Removed DW_OS2_RGB() since it was no longer used.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 24 Jun 2004 08:54:19 +0000
parents f6de197ecbe9
children 420c6c94abc7
line wrap: on
line diff
--- a/dwtest.c	Thu Jun 17 11:22:14 2004 +0000
+++ b/dwtest.c	Thu Jun 24 08:54:19 2004 +0000
@@ -27,7 +27,7 @@
 unsigned long flStyle = DW_FCF_SYSMENU | DW_FCF_TITLEBAR |
 	DW_FCF_SHELLPOSITION | DW_FCF_TASKLIST | DW_FCF_DLGBORDER;
 
-unsigned long current_color = DW_CLR_GREEN;
+unsigned long current_color = DW_RGB(100,100,100);
 
 	void create_button( int);