Mercurial > sdl-ios-xcode
comparison src/video/maccommon/SDL_macmouse.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
31 /* Routines that are not supported by the Carbon API... */ | 31 /* Routines that are not supported by the Carbon API... */ |
32 #if !TARGET_API_MAC_CARBON | 32 #if !TARGET_API_MAC_CARBON |
33 #include <CursorDevices.h> | 33 #include <CursorDevices.h> |
34 #endif | 34 #endif |
35 | 35 |
36 #include "SDL_stdlib.h" | |
37 #include "SDL_string.h" | |
38 #include "SDL_error.h" | |
39 #include "SDL_mouse.h" | 36 #include "SDL_mouse.h" |
40 #include "SDL_macmouse_c.h" | 37 #include "SDL_macmouse_c.h" |
41 | 38 |
42 | 39 |
43 /* The implementation dependent data for the window manager cursor */ | 40 /* The implementation dependent data for the window manager cursor */ |