]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Implemented DoGetBestSize for wxListBox, (native) wxComboBox and
[wxWidgets.git] / include / wx / bitmap.h
index cd701f737a0fdd069191b3d806e222524804c9da..9d113ffa91fb559949d948092a6c1125807fa31b 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
-#if defined(__WXMGL__) || defined(__WXMAC__)
+#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXMOTIF__)
 // Only used by some ports
 // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
 
@@ -168,8 +168,6 @@ protected:
 #include "wx/mac/bitmap.h"
 #elif defined(__WXPM__)
 #include "wx/os2/bitmap.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/bitmap.h"
 #endif
 
 #endif