diff dw.h @ 155:840c54766306

Another sync of sources, enhancements to dw_window_set_color() ... works completely on Windows now and added DW_CLR_DEFAULT. Also color pairs don't need to be of the same type anymore.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Nov 2002 22:31:02 +0000
parents 2a0d7b57a6da
children a07dd2e819f3
line wrap: on
line diff
--- a/dw.h	Thu Nov 07 06:21:29 2002 +0000
+++ b/dw.h	Thu Nov 07 22:31:02 2002 +0000
@@ -54,6 +54,7 @@
 
 #define DW_CLR_WHITE             16
 #define DW_CLR_BLACK             17
+#define DW_CLR_DEFAULT           18
 #define DW_CLR_BLUE              CLR_BLUE
 #define DW_CLR_RED               CLR_RED
 #define DW_CLR_PINK              CLR_PINK
@@ -203,6 +204,7 @@
 #define DW_CLR_PINK              13
 #define DW_CLR_CYAN              14
 #define DW_CLR_WHITE             15
+#define DW_CLR_DEFAULT           16
 
 #define DW_FCF_TITLEBAR          WS_CAPTION
 #define DW_FCF_SYSMENU           WS_SYSMENU
@@ -414,6 +416,7 @@
 #define DW_CLR_PINK              13
 #define DW_CLR_CYAN              14
 #define DW_CLR_WHITE             15
+#define DW_CLR_DEFAULT           16
 
 #define DW_FCF_TITLEBAR          1
 #define DW_FCF_SYSMENU           (1 << 1)