Commit d79f2837 authored by Sam Lantinga's avatar Sam Lantinga

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
parent 96f1a7b8
...@@ -459,7 +459,6 @@ LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) ...@@ -459,7 +459,6 @@ LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
(SDL_PublicSurface->flags & SDL_RESIZABLE) ) { (SDL_PublicSurface->flags & SDL_RESIZABLE) ) {
SDL_PrivateResize(w, h); SDL_PrivateResize(w, h);
} }
return(0);
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment