equal
deleted
inserted
replaced
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 |