diff -r 11612d544fcd -r 75360622e65f src/events/SDL_mouse_c.h --- a/src/events/SDL_mouse_c.h Sat May 18 12:48:50 2013 -0700 +++ b/src/events/SDL_mouse_c.h Sat May 18 14:17:52 2013 -0700 @@ -39,7 +39,7 @@ SDL_Cursor *(*CreateCursor) (SDL_Surface * surface, int hot_x, int hot_y); /* Create a system cursor */ - SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id); + SDL_Cursor *(*CreateSystemCursor) (SDL_SystemCursor id); /* Show the specified cursor, or hide if cursor is NULL */ int (*ShowCursor) (SDL_Cursor * cursor);