mirror of
https://github.com/joel16/SDL2.git
synced 2025-03-03 17:07:15 +00:00
Fixed bug where video mode wasn't restored after ALT-tab in with DirectX
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40460
This commit is contained in:
parent
96f1a7b806
commit
d79f2837b1
@ -459,7 +459,6 @@ LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
(SDL_PublicSurface->flags & SDL_RESIZABLE) ) {
|
||||
SDL_PrivateResize(w, h);
|
||||
}
|
||||
return(0);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user