comparison 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
comparison
equal deleted inserted replaced
1522:c98b2ce2d5b2 1523:026c0b4d6ee9
1400 #define DW_HTML_SEARCH 3 1400 #define DW_HTML_SEARCH 3
1401 #define DW_HTML_RELOAD 4 1401 #define DW_HTML_RELOAD 4
1402 #define DW_HTML_STOP 5 1402 #define DW_HTML_STOP 5
1403 #define DW_HTML_PRINT 6 1403 #define DW_HTML_PRINT 6
1404 1404
1405 /* Drawing flags... used for Arc currently */ 1405 /* Drawing flags */
1406 #define DW_DRAW_DEFAULT 0 1406 #define DW_DRAW_DEFAULT 0
1407 #define DW_DRAW_FILL 1 1407 #define DW_DRAW_FILL 1
1408 #define DW_DRAW_FULL (1 << 1) 1408 #define DW_DRAW_FULL (1 << 1)
1409 1409 #define DW_DRAW_NOAA (1 << 2)
1410 1410
1411 /* Macro for casting resource IDs to HICN */ 1411 /* Macro for casting resource IDs to HICN */
1412 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0) 1412 #define DW_RESOURCE(a) (a < 65536 ? (HICN)a : (HICN)0)
1413 1413
1414 #include <limits.h> 1414 #include <limits.h>