Mercurial > sdl-ios-xcode
comparison src/video/ggi/SDL_ggimouse.c @ 1895:c121d94672cb
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jul 2006 21:04:37 +0000 |
parents | d910939febfa |
children |
comparison
equal
deleted
inserted
replaced
1894:c69cee13dd76 | 1895:c121d94672cb |
---|---|
25 #include "../../events/SDL_events_c.h" | 25 #include "../../events/SDL_events_c.h" |
26 #include "SDL_ggimouse_c.h" | 26 #include "SDL_ggimouse_c.h" |
27 | 27 |
28 | 28 |
29 /* The implementation dependent data for the window manager cursor */ | 29 /* The implementation dependent data for the window manager cursor */ |
30 struct WMcursor { | 30 struct WMcursor |
31 int unused; | 31 { |
32 int unused; | |
32 }; | 33 }; |
34 /* vi: set ts=4 sw=4 expandtab: */ |