comparison src/video/directfb/SDL_DirectFB_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 25d4feb7c127
children 164f20ba08eb
comparison
equal deleted inserted replaced
5124:0ec550f04bbc 5125:dc0dfdd58f27
24 /* Handle the event stream, converting DirectFB input events into SDL events */ 24 /* Handle the event stream, converting DirectFB input events into SDL events */
25 25
26 #include <directfb.h> 26 #include <directfb.h>
27 27
28 #include "../SDL_sysvideo.h" 28 #include "../SDL_sysvideo.h"
29 #include "../../events/SDL_sysevents.h"
30 #include "../../events/SDL_events_c.h" 29 #include "../../events/SDL_events_c.h"
31 #include "../../events/SDL_keyboard_c.h" 30 #include "../../events/SDL_keyboard_c.h"
32 #include "../../events/scancodes_linux.h" 31 #include "../../events/scancodes_linux.h"
33 #include "SDL_DirectFB_events.h" 32 #include "SDL_DirectFB_events.h"
34 33