diff src/events/SDL_keyboard.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 572a73d71b5f
line wrap: on
line diff
--- a/src/events/SDL_keyboard.c	Thu Jan 27 20:51:54 2011 -0800
+++ b/src/events/SDL_keyboard.c	Thu Jan 27 22:44:08 2011 -0800
@@ -26,7 +26,7 @@
 #include "SDL_timer.h"
 #include "SDL_events.h"
 #include "SDL_events_c.h"
-#include "SDL_sysevents.h"
+#include "../video/SDL_sysvideo.h"
 
 
 /* Global keyboard information */