]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/cursor.cpp
Rotated text patch from Hans-Joachim Baader (with some corrections)
[wxWidgets.git] / src / stubs / cursor.cpp
index c856f5e9e0caf1242ef0970a59ed10c6c3dac1dc..4333364c931cc08c781cc38f2998b2fc29bc69c8 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 #include "wx/cursor.h"
+#include "wx/icon.h"
 
 #if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
@@ -45,7 +46,7 @@ wxCursor::wxCursor(const char WXUNUSED(bits)[], int WXUNUSED(width), int WXUNUSE
 
 wxCursor::wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int hotSpotY)
 {
-    m_refData = new wxIconRefData;
+    m_refData = new wxCursorRefData;
 
     // TODO: create cursor from a file
 }
@@ -53,7 +54,7 @@ wxCursor::wxCursor(const wxString& cursor_file, long flags, int hotSpotX, int ho
 // Cursors by stock number
 wxCursor::wxCursor(int cursor_type)
 {
-  m_refData = new wxIconRefData;
+  m_refData = new wxCursorRefData;
 
 /* TODO
   switch (cursor_type)