comparison src/video/pandora/SDL_pandora_events.c @ 5125:dc0dfdd58f27

Removed completely non-portable event thread hack. Next I'll be working on generalizing the event sources and making the event queue lock-free. :)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 27 Jan 2011 22:44:08 -0800
parents f7b03b6838cb
children b530ef003506
comparison
equal deleted inserted replaced
5124:0ec550f04bbc 5125:dc0dfdd58f27
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Being a null driver, there's no event stream. We just define stubs for 24 /* Being a null driver, there's no event stream. We just define stubs for
25 most of the API. */ 25 most of the API. */
26 26
27 #include "../../events/SDL_sysevents.h"
28 #include "../../events/SDL_events_c.h" 27 #include "../../events/SDL_events_c.h"
29 28
30 void 29 void
31 PND_PumpEvents(_THIS) 30 PND_PumpEvents(_THIS)
32 { 31 {