]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/cursor.h
disable (some) features that are not available in DirectFB
[wxWidgets.git] / include / wx / motif / cursor.h
index ed65bb52d961d3c7a52805388f4f0e591e9c2e46..e30e1f0db407b85277ef3e84ce2d76c5ce6a546d 100644 (file)
@@ -39,12 +39,8 @@ public:
     wxCursor(wxStockCursor id);
     virtual ~wxCursor();
 
-    virtual bool Ok() const;
-
-    bool operator == (const wxCursor& cursor) const
-        { return m_refData == cursor.m_refData; }
-    bool operator != (const wxCursor& cursor) const
-        { return m_refData != cursor.m_refData; }
+    virtual bool Ok() const { return IsOk(); }
+    virtual bool IsOk() const;
 
     // Motif-specific.
     // Create/get a cursor for the current display