]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/cursor.h
Reduce ambiguity of selection functions in wxPropertyGridManager, make them better...
[wxWidgets.git] / include / wx / gtk / cursor.h
index c721480ddef1944069b5c69b69c20d7bcaadd724..3d93d7b47177153dc4b7f2c124f8b67a48e0b27f 100644 (file)
@@ -11,6 +11,7 @@
 #define _WX_GTK_CURSOR_H_
 
 #include "wx/gdiobj.h"
+#include "wx/gdicmn.h"
 
 class WXDLLIMPEXP_FWD_CORE wxColour;
 class WXDLLIMPEXP_FWD_CORE wxImage;
@@ -27,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