added wxUSE_PALETTE and fixed compilation with it set to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -185,10 +185,12 @@ public:
|
||||
void SetMask( bool mask = TRUE );
|
||||
bool HasMask() const;
|
||||
|
||||
#if wxUSE_PALETTE
|
||||
// Palette functions
|
||||
bool HasPalette() const;
|
||||
const wxPalette& GetPalette() const;
|
||||
void SetPalette(const wxPalette& palette);
|
||||
#endif // wxUSE_PALETTE
|
||||
|
||||
// Option functions (arbitrary name/value mapping)
|
||||
void SetOption(const wxString& name, const wxString& value);
|
||||
|
Reference in New Issue
Block a user