Mercurial > sdl-ios-xcode
comparison src/video/maccommon/SDL_macmouse_c.h @ 1424:7a610f25c12f
Updated MacOS Classic MPW build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 09:57:14 +0000 |
parents | d910939febfa |
children | 782fd950bd46 c121d94672cb a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
1423:4ed717f9e509 | 1424:7a610f25c12f |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #include "SDL_romvideo.h" | 24 #include "../macrom/SDL_romvideo.h" |
25 | 25 |
26 /* Functions to be exported */ | 26 /* Functions to be exported */ |
27 extern void Mac_FreeWMCursor(_THIS, WMcursor *cursor); | 27 extern void Mac_FreeWMCursor(_THIS, WMcursor *cursor); |
28 extern WMcursor *Mac_CreateWMCursor(_THIS, | 28 extern WMcursor *Mac_CreateWMCursor(_THIS, |
29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y); | 29 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y); |