diff dw.h @ 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 828e6a66c5c5
line wrap: on
line diff
--- a/dw.h	Thu Jun 17 11:22:14 2004 +0000
+++ b/dw.h	Thu Jun 24 08:54:19 2004 +0000
@@ -874,10 +874,6 @@
 #define DW_ERROR_NO_MEM    4
 #define DW_ERROR_INTERRUPT 5
 
-#if defined(__OS2__) || defined(__EMX__)
-#define DW_OS2_RGB(a) ((DW_RED_VALUE(a) << 16) | (DW_GREEN_VALUE(a) << 8) | DW_BLUE_VALUE(a))
-#endif
-
 #ifndef API
 #define API
 #endif