wxGTK1 : change type of wxMask.GetBitmap() from GdkBitmap* to wxBitmap

This commit is contained in:
Jouk
2019-12-19 09:20:36 +01:00
parent c06e50f389
commit d90953d8c6
10 changed files with 39 additions and 22 deletions

View File

@@ -49,8 +49,10 @@ public:
// implementation
GdkBitmap *m_bitmap;
int m_width;
int m_height;
GdkBitmap *GetBitmap() const;
wxBitmap GetBitmap() const;
private:
wxDECLARE_DYNAMIC_CLASS(wxMask);