]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/bitmap.cpp
Lock whole screen when popup is open under GTK+.
[wxWidgets.git] / src / gtk1 / bitmap.cpp
index 90d40cefbf9d4791238eec3d5dc1e4cfac7a2d6c..c8b75d0a4cc7550859a562a46822f39817f6d3a6 100644 (file)
@@ -1555,6 +1555,8 @@ void wxBitmap::PurgeOtherRepresentations(wxBitmap::Representation keep)
     }
 }
 
+#endif // __WXGTK20__
+
 //-----------------------------------------------------------------------------
 // wxBitmapHandler
 //-----------------------------------------------------------------------------
@@ -1587,4 +1589,3 @@ bool wxBitmapHandler::SaveFile(const wxBitmap *bitmap, const wxString& name, int
 }
 
 
-#endif // __WXGTK20__