Sam Lantinga
|
976c876924
Fixed bug 2172 - Window loses maximized state when activated
|
12 years ago |
Sam Lantinga
|
12ca3ce3fa
Fixed building using MinGW
|
12 years ago |
Sam Lantinga
|
4b603abfd7
For some reason, trying to raise the window programmatically while it's alt-tabbed away will minimize it. Added a workaround for this.
|
12 years ago |
Sam Lantinga
|
8fbd7dc735
Fixed bug 2130 - Two members of Windows WindowData not initialized
|
12 years ago |
Sam Lantinga
|
9f390e7967
Moved SDL_Direct3D9GetAdapterIndex() to SDL_windowsvideo.c since it doesn't belong in the window code.
|
12 years ago |
Sam Lantinga
|
b6be1435c5
Moved D3D_LoadDLL and SDL_Direct3D9GetAdapterIndex to SDL_windowswindow.c at Jorgen's insistence. That file is wrapped in a more appropriate define check so it will work if somebody builds a binary without D3D support.
|
12 years ago |
Sam Lantinga
|
f79fc33a39
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
12 years ago |
Gabriel Jacobo
|
552b04c58a
More non C89 compliant comments
|
12 years ago |
Gabriel Jacobo
|
dad420670f
Fixes #2022, do not resume on Android when surfaceChanged
|
12 years ago |