]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bitmap.h
wxGetWinVersion() must be exported from base DLL, not core
[wxWidgets.git] / include / wx / gtk1 / bitmap.h
index 3dccd3668fd17d6f9ce372419761db1754767701..c3058826d59f75050d356ee284072b05d634fc49 100644 (file)
@@ -137,8 +137,8 @@ public:
     void *GetRawData(wxPixelDataBase& data, int bpp);
     void UngetRawData(wxPixelDataBase& data);
 
-    bool HasAlpha() const { return true; }
-    void UseAlpha() { }
+    bool HasAlpha() const;
+    void UseAlpha();
 
 protected:
     bool CreateFromXpm(const char **bits);