SDL/src
Jørgen P. Tjernø 87ab2c5325 Mac: Remove dead FULLSCREEN_TOGGLEABLE code.
This code was written almost 2 years ago, and the flag hasn't been
changed since. Cleaning up the code by removing the conditional blocks,
so that they behave the same way they have for the past two years.

FULLSCREEN_TOGGLEABLE used to cause us to use
-[NSOpenGLContext setFullScreen] and a pixel format with
NSOpenGLPFAFullScreen.
2013-07-09 12:57:12 -07:00
..
atomic File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
audio sndio dynamic loading fix. 2013-07-07 20:06:08 -04:00
core Fixed SDL_RWread() returning -1 as unsigned instead of 0 if error on Android. 2013-07-07 16:11:29 +02:00
cpuinfo Happy New Year! 2013-02-15 08:47:44 -08:00
events Fixed some __BEOS__ vs __HAIKU__ preprocessor tests (thanks, Axel!). 2013-07-05 01:09:27 -04:00
file Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath(). 2013-06-02 14:13:21 +02:00
haptic Fixed warning about unused variable. 2013-06-27 11:17:48 -07:00
joystick Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/ 2013-07-09 11:57:32 -04:00
libm Fixed build errors on Mac OS X 2013-07-06 00:06:44 -07:00
loadso Happy New Year! 2013-02-15 08:47:44 -08:00
main Added missing call to SDL_stack_free(). 2013-07-06 15:56:06 +02:00
power File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
render Changed include directive to standard header. 2013-07-07 16:13:17 +02:00
stdlib Fixed SDL's implementation of isspace() to check form feed and vertical tab. 2013-07-06 16:05:09 +02:00
test add in alt+enter keyboard shortcut to test common to toggle fullscreen desktop 2013-06-04 12:02:18 -04:00
thread Fixed bug 1936 - Broken URL in generic SDL_syscond.c 2013-07-06 00:28:54 -07:00
timer Updated timer test and fixed performance counter on Mac OS X 2013-06-23 22:19:38 -07:00
video Mac: Remove dead FULLSCREEN_TOGGLEABLE code. 2013-07-09 12:57:12 -07:00
SDL_assert_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_assert.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_error_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_error.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_fatal.c Removing old dangerous signal catching code. 2013-06-28 22:49:03 -07:00
SDL_fatal.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_hints_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_hints.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_log.c No, there's no reason not to use fprintf 2013-07-05 21:37:27 -07:00
SDL.c Make it possible to use SDL events separately from the video subsystem. 2013-07-06 12:28:57 -07:00