SDL/src
J?rgen P. Tjern? 12e7fdcbb6 Don't minimize fullscreen windows when destroying them.
Previously, we'd minimize fullscreen windows (if
SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS was set) during SDL_DestroyWindow if they
had keyboard focus, because we call SDL_SetKeyboardFocus(NULL) which yields a
OnWindowsFocusLost event.

Related to https://bugzilla.libsdl.org/show_bug.cgi?id=1840
2014-01-15 11:34:03 -08:00
..
atomic Patched to compile on Android (I think). 2014-01-08 00:40:48 -05:00
audio Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
core Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
cpuinfo Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
dynapi Maybe fix Cygwin. 2014-01-08 01:07:57 -05:00
events Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
file Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
filesystem Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
haptic Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
joystick Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
libm Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
loadso Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
main Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
power Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
render Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
stdlib Patched stdlib changes to compile on Windows. 2013-12-09 13:30:35 -05:00
test Test: Add Shift-Enter to switch between FS and desktop FS. 2014-01-15 11:08:55 -08:00
thread Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
timer Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
video Don't minimize fullscreen windows when destroying them. 2014-01-15 11:34:03 -08:00
SDL.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_assert.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_assert_c.h Improve Android pause/resume behavior. 2013-11-29 10:06:08 -03:00
SDL_error.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_error_c.h Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_hints.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00
SDL_internal.h Implemented the Dynamic API magic. 2013-12-09 16:03:18 -05:00
SDL_log.c Make internal SDL sources include SDL_internal.h instead of SDL_config.h 2013-11-24 23:56:17 -05:00