]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/bitmap.h
Decided that not doing methods for keyboard commands was not worth the
[wxWidgets.git] / include / wx / mac / bitmap.h
index 759cccfe1bcc13ede9198ebbf06eb3833c79b0f3..a8e24393623d4ca3bd05f8c7553b194c54ef3073 100644 (file)
@@ -86,7 +86,9 @@ public:
   int           m_depth;
   bool          m_ok;
   int           m_numColors;
+#if wxUSE_PALETTE
   wxPalette     m_bitmapPalette;
+#endif // wxUSE_PALETTE
   int           m_quality;
 
   int            m_bitmapType ;
@@ -186,8 +188,10 @@ public:
   void SetQuality(int q);
   void SetOk(bool isOk);
 
-  wxPalette* GetPalette() const;
-  void SetPalette(const wxPalette& palette);
+#if wxUSE_PALETTE
+   wxPalette* GetPalette() const;
+   void SetPalette(const wxPalette& palette);
+#endif // wxUSE_PALETTE
 
   wxMask *GetMask() const;
   void SetMask(wxMask *mask) ;