diff options
Diffstat (limited to 'src/video/vgl/SDL_vglmouse_c.h')
-rw-r--r-- | src/video/vgl/SDL_vglmouse_c.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/video/vgl/SDL_vglmouse_c.h b/src/video/vgl/SDL_vglmouse_c.h index 91e010b9..09175fc1 100644 --- a/src/video/vgl/SDL_vglmouse_c.h +++ b/src/video/vgl/SDL_vglmouse_c.h @@ -24,9 +24,10 @@ #include "SDL_vglvideo.h" /* Functions to be exported */ -extern void VGL_FreeWMCursor(_THIS, WMcursor *cursor); +extern void VGL_FreeWMCursor(_THIS, WMcursor * cursor); extern WMcursor *VGL_CreateWMCursor(_THIS, - Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y); -extern int VGL_ShowWMCursor(_THIS, WMcursor *cursor); + Uint8 * data, Uint8 * mask, int w, int h, + int hot_x, int hot_y); +extern int VGL_ShowWMCursor(_THIS, WMcursor * cursor); extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y); - +/* vi: set ts=4 sw=4 expandtab: */ |