]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/cursor.mm
removed GTK-specific SetModified() as we already have a public MarkDirty() which...
[wxWidgets.git] / src / cocoa / cursor.mm
index c6adebd70733af2467e0a6e9cb0f68c31cebe5e4..347587794f1456ef7c1e3325b0adb256afe7e200 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "cursor.h"
-#endif
-
 #include "wx/wxprec.h"
 #ifndef WX_PRECOMP
     #include "wx/icon.h"
 
 #import <AppKit/NSCursor.h>
 #import <AppKit/NSImage.h>
-#include <wx/cocoa/string.h>
+#include "wx/cocoa/string.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxBitmap)
-#endif
 
 typedef struct tagClassicCursor
 {
@@ -430,7 +424,7 @@ void wxSetCursor(const wxCursor& cursor)
 static int wxBusyCursorCount = 0;
 
 // Set the cursor to the busy cursor for all windows
-void wxBeginBusyCursor(wxCursor *cursor)
+void wxBeginBusyCursor(const wxCursor *cursor)
 {
   wxBusyCursorCount ++;
   if (wxBusyCursorCount == 1)