]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/bitmap.h
Get/Set LayoutDirection
[wxWidgets.git] / include / wx / dfb / bitmap.h
index 19767564f94c6377dfc9d457b65a36cff2f990c0..affe69eaedd16aeecf5bdb79494de9de7c3a5b12 100644 (file)
@@ -37,9 +37,8 @@ public:
     wxBitmap(const wxImage& image, int depth = -1);
 #endif
 
-    bool Ok() const;
-    bool operator==(const wxBitmap& bmp) const;
-    bool operator!=(const wxBitmap& bmp) const { return !(*this == bmp); }
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     bool Create(const wxIDirectFBSurfacePtr& surface);
     bool Create(int width, int height, int depth = -1);