Mercurial > sdl-ios-xcode
comparison src/events/SDL_sysevents.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | 3692456e7b0f |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 #include "SDL_sysvideo.h" | 23 #include "../video/SDL_sysvideo.h" |
24 | 24 |
25 /* Useful functions and variables from SDL_sysevents.c */ | 25 /* Useful functions and variables from SDL_sysevents.c */ |
26 | 26 |
27 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */ | 27 #ifdef __BEOS__ /* The Be event loop runs in a separate thread */ |
28 #define MUST_THREAD_EVENTS | 28 #define MUST_THREAD_EVENTS |