comparison src/video/ps2gs/SDL_gsmouse_c.h @ 528:9cba51c7a4ef

Removed unused function declarations
author Sam Lantinga <slouken@libsdl.org>
date Fri, 11 Oct 2002 08:41:48 +0000
parents e8157fcb3114
children c9b51268668f
comparison
equal deleted inserted replaced
527:5c74ac147358 528:9cba51c7a4ef
35 35
36 /* Functions to be exported */ 36 /* Functions to be exported */
37 extern void GS_FreeWMCursor(_THIS, WMcursor *cursor); 37 extern void GS_FreeWMCursor(_THIS, WMcursor *cursor);
38 extern WMcursor *GS_CreateWMCursor(_THIS, 38 extern WMcursor *GS_CreateWMCursor(_THIS,
39 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y); 39 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
40 extern void GS_DrawCursor(SDL_Surface *screen);
41 extern void GS_EraseCursor(SDL_Surface *screen);
42 extern void GS_MoveWMCursor(_THIS, int x, int y); 40 extern void GS_MoveWMCursor(_THIS, int x, int y);
43 extern int GS_ShowWMCursor(_THIS, WMcursor *cursor); 41 extern int GS_ShowWMCursor(_THIS, WMcursor *cursor);