X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1542ea396a625766c59d683adbb1d613c1344d50..7f0586ef60f9ac456ebad639026c14ed89d46c8b:/include/wx/x11/region.h diff --git a/include/wx/x11/region.h b/include/wx/x11/region.h index dc04259a34..ca7e628dce 100644 --- a/include/wx/x11/region.h +++ b/include/wx/x11/region.h @@ -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;