sdl2_frt/src/video/windows
Sam Lantinga 9d6ac3deff Fix creating a minimized window in SDL to not cause focus to be stolen (because ShowWindow( hwnd, SW_MINIMIZE ) would be called after creation, thus changing focus to the prior window based on some per-app list in windows, rather than the window being created with WS_MINIMIZED to start with).
This means we have to consider SDL_WINDOW_MINIMIZED a window creation flag, but on non-windows platforms we just remove it and let the normal FinishWindowCreation re-apply and do the minimize as I have no idea what is right on them or if anything should change.

CR: Phil
2018-06-05 12:46:09 -07:00
..
SDL_msctf.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_vkeys.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsclipboard.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsclipboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsevents.c Reverted change for bug 4152 - restrict the win10 mouse bug workaround to win10 v1709 only 2018-05-07 20:10:12 -07:00
SDL_windowsevents.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsframebuffer.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsframebuffer.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowskeyboard.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_windowskeyboard.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmessagebox.c Fixed bug 3804 - Message box on Windows truncates button ID 2018-03-24 10:26:40 -07:00
SDL_windowsmessagebox.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmodes.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmodes.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmouse.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsmouse.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsopengl.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_windowsopengl.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsopengles.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsopengles.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsshape.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsshape.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowstaskdialog.h Progress fixing bug 4100 - errors and warnings after changeset 11917 2018-03-02 22:53:25 -08:00
SDL_windowsvideo.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_windowsvideo.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowsvulkan.c revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_windowsvulkan.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_windowswindow.c Fix creating a minimized window in SDL to not cause focus to be stolen (because ShowWindow( hwnd, SW_MINIMIZE ) would be called after creation, thus changing focus to the prior window based on some per-app list in windows, rather than the window being created with WS_MINIMIZED to start with). 2018-06-05 12:46:09 -07:00
SDL_windowswindow.h Fixed bug 4018 - Implement SDL_GetWindowBordersSize() under Windows/Win32/WinAPI 2018-01-03 10:58:58 -08:00
wmmsg.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00