comparison src/video/riscos/SDL_riscosmouse_c.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
32 int hot_y; 32 int hot_y;
33 Uint8 *data; 33 Uint8 *data;
34 }; 34 };
35 35
36 /* Functions to be exported */ 36 /* Functions to be exported */
37 void RISCOS_FreeWMCursor (_THIS, WMcursor * cursor); 37 void RISCOS_FreeWMCursor(_THIS, WMcursor * cursor);
38 WMcursor *RISCOS_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, 38 WMcursor *RISCOS_CreateWMCursor(_THIS, Uint8 * data, Uint8 * mask, int w,
39 int h, int hot_x, int hot_y); 39 int h, int hot_x, int hot_y);
40 40
41 int RISCOS_ShowWMCursor (_THIS, WMcursor * cursor); 41 int RISCOS_ShowWMCursor(_THIS, WMcursor * cursor);
42 void FULLSCREEN_WarpWMCursor (_THIS, Uint16 x, Uint16 y); 42 void FULLSCREEN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
43 43
44 int WIMP_ShowWMCursor (_THIS, WMcursor * cursor); 44 int WIMP_ShowWMCursor(_THIS, WMcursor * cursor);
45 void WIMP_WarpWMCursor (_THIS, Uint16 x, Uint16 y); 45 void WIMP_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
46 /* vi: set ts=4 sw=4 expandtab: */ 46 /* vi: set ts=4 sw=4 expandtab: */