diff dw.h @ 1523:026c0b4d6ee9

Initial implmentation of DW_DRAW_NOAA on Mac... only works on pixmaps right now.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 31 Dec 2011 17:04:51 +0000
parents 73f2ad84d4ec
children 5facb5380944
line wrap: on
line diff
--- a/dw.h	Fri Dec 30 21:30:24 2011 +0000
+++ b/dw.h	Sat Dec 31 17:04:51 2011 +0000
@@ -1402,11 +1402,11 @@
 #define DW_HTML_STOP       5
 #define DW_HTML_PRINT      6
 
-/* Drawing flags... used for Arc currently */
+/* Drawing flags  */
 #define DW_DRAW_DEFAULT    0
 #define DW_DRAW_FILL       1
 #define DW_DRAW_FULL       (1 << 1)
-
+#define DW_DRAW_NOAA       (1 << 2)
 
 /* Macro for casting resource IDs to HICN */
 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)