]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
define WS_XXX constants missing in (some) CE SDKs
[wxWidgets.git] / include / wx / gtk / region.h
index 03c2844e0b4b0f61ed77f7295785df103294e7bc..90356ba2ea8a05b0b212a2bdbfd9686bd7d1b1f5 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _WX_GTK_REGION_H_
 #define _WX_GTK_REGION_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -122,7 +122,7 @@ public:
     wxRegionContain Contains(const wxPoint& pt) const;
     wxRegionContain Contains(const wxRect& rect) const;
 
-    // Convert the region to a B&W bitmap with the black pixels being inside
+    // Convert the region to a B&W bitmap with the white pixels being inside
     // the region.
     wxBitmap ConvertToBitmap() const;