diff dw.h @ 369:39983df2b93d

Updated the license information, and copyrights. Code to do background color text drawing on Windows. dw_color_background_set(DW_CLR_DEFAULT) will set background color to transparent.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Apr 2003 18:34:48 +0000
parents 2216e65ad2ae
children cbf4df4bc2f1
line wrap: on
line diff
--- a/dw.h	Sun Apr 27 17:05:13 2003 +0000
+++ b/dw.h	Sun Apr 27 18:34:48 2003 +0000
@@ -698,6 +698,7 @@
 #define DW_PIXMAP_HEIGHT(x) (x ? x->height : 0)
 
 #define DW_RGB_COLOR (0xF0000000)
+#define DW_RGB_TRANSPARENT (0x0F000000)
 #define DW_RGB_MASK (0x00FFFFFF)
 #define DW_RED_MASK (0x000000FF)
 #define DW_GREEN_MASK (0x0000FF00)