]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/cursor.h
depth for masks added
[wxWidgets.git] / include / wx / motif / cursor.h
index c1d3bce5c3702fc65e92279aa5e3749306c3639d..93b7a10f7e42b6fb8699ef6b8cfca192d29d181d 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "wx/bitmap.h"
+#include "wx/list.h"
 
 /* Cursor for one display, so we can choose the correct one for
 * the current display.
@@ -61,7 +62,11 @@ public:
     
     wxCursor(const wxString& name, long flags = wxBITMAP_TYPE_XBM,
         int hotSpotX = 0, int hotSpotY = 0);
-    
+
+#if wxUSE_IMAGE   
+    wxCursor(const wxImage& image);
+#endif
+   
     wxCursor(wxStockCursor id);
     ~wxCursor();