]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
Commented out the bitmap-greying code until I have time to debug it
[wxWidgets.git] / wxPython / src / gdi.i
index a8d6dd79bc5a9a756ce1ed4f1031ee2b265004bb..29aca1dcacf3b95f31c3c093449d788bc2b76891 100644 (file)
@@ -1167,7 +1167,7 @@ public:
 //---------------------------------------------------------------------------
 
 
-#ifndef __WXGTK__
+#ifdef __WXMSW__
 
 %{
 #include <wx/metafile.h>
@@ -1267,7 +1267,9 @@ public:
     ~wxRegion();
 
     void Clear();
+#ifndef __WXMAC__
     bool Offset(wxCoord x, wxCoord y);
+#endif
 
     wxRegionContain Contains(long x, long y);
     %name(ContainsPoint)wxRegionContain Contains(const wxPoint& pt);