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:
Sam Lantinga 2002-08-20 05:59:31 +00:00
parent 96f1a7b806
commit d79f2837b1

View File

@ -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;