]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/palette.h
disable (some) features that are not available in DirectFB
[wxWidgets.git] / include / wx / motif / palette.h
index d4e00e6efb0f96c34239fe5d47e017160497adf2..47b0ae7c05b335eac140e646b517f4af1dc6f37e 100644 (file)
@@ -58,10 +58,8 @@ public:
     int GetPixel(unsigned char red, unsigned char green, unsigned char blue) const;
     bool GetRGB(int pixel, unsigned char *red, unsigned char *green, unsigned char *blue) const;
 
-    virtual bool Ok() const { return (m_refData != NULL) ; }
-
-    bool operator == (const wxPalette& palette) const { return m_refData == palette.m_refData; }
-    bool operator != (const wxPalette& palette) const { return m_refData != palette.m_refData; }
+    virtual bool Ok() const { return IsOk(); }
+    virtual bool IsOk() const { return (m_refData != NULL) ; }
 
     // Motif-specific
     WXColormap GetXColormap(WXDisplay* display = NULL) const;