]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
[wxWidgets.git] / include / wx / bitmap.h
index d05b3949dba3d2fbfb2ad7801f780149b6c3729d..aa86bc86b90f0552072c42f04b0457e8f9860a22 100644 (file)
@@ -32,9 +32,10 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
-#if !defined(__WXMSW__)
-
+#if defined(__WXMGL__) || defined(__WXMAC__)
 // Only used by some ports
+// FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
+
 // ----------------------------------------------------------------------------
 // wxBitmapHandler: class which knows how to create/load/save bitmaps in
 // different formats
@@ -160,8 +161,6 @@ protected:
 #include "wx/gtk/bitmap.h"
 #elif defined(__WXMGL__)
 #include "wx/mgl/bitmap.h"
-#elif defined(__WXQT__)
-#include "wx/qt/bitmap.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/bitmap.h"
 #elif defined(__WXPM__)