]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
Install kbdstate.h and mousestate.h
[wxWidgets.git] / include / wx / msw / cursor.h
index f8025338a4fb86111521f4b239b3f60b11734e18..559390b92edfe710bba4eb34435b24d76d2d58b5 100644 (file)
@@ -17,7 +17,7 @@
 class WXDLLIMPEXP_FWD_CORE wxImage;
 
 // Cursor
-class WXDLLEXPORT wxCursor : public wxGDIImage
+class WXDLLIMPEXP_CORE wxCursor : public wxGDIImage
 {
 public:
     // constructors
@@ -29,7 +29,7 @@ public:
     wxCursor(const wxString& name,
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
-    wxCursor(int idCursor);
+    wxCursor(wxStockCursor idCursor);
     virtual ~wxCursor();
 
     // implementation only