branch | SDL-1.3 |
changeset 1659 | 14717b52abc0 |
parent 1402 | d910939febfa |
child 1662 | 782fd950bd46 |
child 1895 | c121d94672cb |
child 3975 | e85e65aec22f |
1658:e49147870aac | 1659:14717b52abc0 |
---|---|
85 #define INCL_DOSPROCESS |
85 #define INCL_DOSPROCESS |
86 #include <os2.h> |
86 #include <os2.h> |
87 #include <time.h> |
87 #include <time.h> |
88 #endif |
88 #endif |
89 |
89 |
90 static int SDL_GobbleEvents(void *unused) |
90 static int SDLCALL SDL_GobbleEvents(void *unused) |
91 { |
91 { |
92 event_thread = SDL_ThreadID(); |
92 event_thread = SDL_ThreadID(); |
93 |
93 |
94 #ifdef __OS2__ |
94 #ifdef __OS2__ |
95 #ifdef USE_DOSSETPRIORITY |
95 #ifdef USE_DOSSETPRIORITY |