]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/region.h
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / include / wx / x11 / region.h
index dc04259a34072fd17747fddb4641cd5b517663d0..ca7e628dcebb256c57471c0b8b3940c70bcccf8e 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_REGION_H_
 #define _WX_REGION_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "region.h"
 #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;