Mercurial > sdl-ios-xcode
diff include/SDL.h @ 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 | a9a3b9852a4a |
children | 2f44e6969a59 |
line wrap: on
line diff
--- a/include/SDL.h Thu Jan 27 20:51:54 2011 -0800 +++ b/include/SDL.h Thu Jan 27 22:44:08 2011 -0800 @@ -116,7 +116,6 @@ #define SDL_INIT_JOYSTICK 0x00000200 #define SDL_INIT_HAPTIC 0x00001000 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */ -#define SDL_INIT_EVENTTHREAD 0x01000000 /**< Not supported on all OS's */ #define SDL_INIT_EVERYTHING 0x0000FFFF /*@}*/