]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
only call GSocket_Init() when needed and do call it before using GAddress_XXX
[wxWidgets.git] / include / wx / msw / cursor.h
index 4e28fcc178f7f53969b6a575cebd3b8e2229d463..9b98d72390dd317a8b647b7ae0a6717228e2a0b0 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_CURSOR_H_
 #define _WX_CURSOR_H_
 
+#include <wx/image.h>
+
 #ifdef __GNUG__
     #pragma interface "cursor.h"
 #endif
@@ -55,7 +57,7 @@ public:
 
     // Copy constructors
     wxCursor(const wxCursor& cursor) { Ref(cursor); }
-
+    wxCursor(const wxImage & image) ;
     wxCursor(const char bits[], int width, int height,
              int hotSpotX = -1, int hotSpotY = -1,
              const char maskBits[] = NULL);