]> git.saurik.com Git - wxWidgets.git/commitdiff
- Modify #if to include wxCocoa as a platform using wxBitmapBase
authorDavid Elliott <dfe@tgwbd.org>
Sat, 22 Mar 2003 05:57:18 +0000 (05:57 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 22 Mar 2003 05:57:18 +0000 (05:57 +0000)
- Include wxCocoa specific header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/bitmap.h

index 9d113ffa91fb559949d948092a6c1125807fa31b..1faee6ed359d72122b79aa6b03212534c941839a 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
-#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXMOTIF__)
+#if defined(__WXMGL__) || defined(__WXMAC__) || defined(__WXCOCOA__) || defined(__WXMOTIF__)
 // Only used by some ports
 // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
 
 // Only used by some ports
 // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
 
@@ -166,6 +166,8 @@ protected:
 #include "wx/mgl/bitmap.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/bitmap.h"
 #include "wx/mgl/bitmap.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/bitmap.h"
+#elif defined(__WXCOCOA__)
+#include "wx/cocoa/bitmap.h"
 #elif defined(__WXPM__)
 #include "wx/os2/bitmap.h"
 #endif
 #elif defined(__WXPM__)
 #include "wx/os2/bitmap.h"
 #endif