]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
excluded geometry.cpp from build by using #if wxUSE_GEOMETRY which is never
[wxWidgets.git] / include / wx / defs.h
index 2f26b650da5f43a5c10f01ea6aca488ca1684643..e717c38ff2c18f906ad9659a637cfd2d8451a65c 100644 (file)
 #endif
 
 #ifdef __WXMSW__
-    #if defined(_WIN32) || defined(WIN32) || defined(__NT__)
-        #ifndef __WIN32__
-            #define __WIN32__
-        #endif
+
+#if defined(_WIN32) || defined(WIN32) || defined(__NT__)
+    #ifndef __WIN32__
+        #define __WIN32__
     #endif
 #endif
 
@@ -1316,6 +1316,8 @@ enum {
 
 // Brush & Pen Stippling. Note that a stippled pen cannot be dashed!!
 // Note also that stippling a Pen IS meaningfull, because a Line is
+  wxSTIPPLE_MASK_OPAQUE, //mask is used for blitting monochrome using text fore and back ground colors
+  wxSTIPPLE_MASK,        //mask is used for masking areas in the stipple bitmap (TO DO)
 // drawn with a Pen, and without any Brush -- and it can be stippled.
   wxSTIPPLE =          110,
   wxBDIAGONAL_HATCH,