]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
small build fixes for PCH-less builds
[wxWidgets.git] / include / wx / gtk / cursor.h
index 8534306a4ff7e02aaa9481b03c6af7858501c99d..3d93d7b47177153dc4b7f2c124f8b67a48e0b27f 100644 (file)
 #define _WX_GTK_CURSOR_H_
 
 #include "wx/gdiobj.h"
+#include "wx/gdicmn.h"
 
 class WXDLLIMPEXP_FWD_CORE wxColour;
 class WXDLLIMPEXP_FWD_CORE wxImage;
 
-enum wxStockCursor;
-
 //-----------------------------------------------------------------------------
 // wxCursor
 //-----------------------------------------------------------------------------
@@ -29,10 +28,10 @@ public:
 #if wxUSE_IMAGE
     wxCursor( const wxImage & image );
 #endif
-    wxCursor( const char bits[], int width, int  height,
-              int hotSpotX=-1, int hotSpotY=-1,
+    wxCursor( const char bits[], int width, int height,
+              int hotSpotX = -1, int hotSpotY = -1,
               const char maskBits[] = NULL,
-              const wxColour *fg = NULL, const wxColour *bg = NULL );
+              const wxColour* fg = NULL, const wxColour* bg = NULL);
     virtual ~wxCursor();
 
     // implementation