X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4f392ea20e048c68626a14181cbf78c8baff3a5..0f457f4de222f251fdefd2053a3638c0ee041342:/include/wx/gtk/cursor.h diff --git a/include/wx/gtk/cursor.h b/include/wx/gtk/cursor.h index c721480dde..3d93d7b471 100644 --- a/include/wx/gtk/cursor.h +++ b/include/wx/gtk/cursor.h @@ -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