another compilation fix: added dummy UseAlpha(0 and HasAlpha()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-13 17:16:33 +00:00
parent f383c5b89c
commit d2400c3ff3
2 changed files with 6 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ public:
void *GetRawData(wxPixelDataBase& data, int bpp);
void UngetRawData(wxPixelDataBase& data);
bool HasAlpha() const { return true; }
void UseAlpha() { }
protected:
bool CreateFromXpm(const char **bits);
bool CreateFromImage(const wxImage& image, int depth);

View File

@@ -137,6 +137,9 @@ public:
void *GetRawData(wxPixelDataBase& data, int bpp);
void UngetRawData(wxPixelDataBase& data);
bool HasAlpha() const { return true; }
void UseAlpha() { }
protected:
bool CreateFromXpm(const char **bits);
bool CreateFromImage(const wxImage& image, int depth);