]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/region.h
Always use XPMs in this sample
[wxWidgets.git] / include / wx / mac / region.h
index 33c31e7d0df32e5521078011d2c291fe54dbd93c..ab04dd8975c2aa841e78e420ac2be5660909b282 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_REGION_H_
 #define _WX_REGION_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "region.h"
 #endif
 
@@ -117,7 +117,7 @@ public:
     // Does the region contain the rectangle rect?
     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;