Skip to content

Commit

Permalink
Fixed bug where video mode wasn't restored after ALT-tab in with DirectX
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 20, 2002
1 parent 11dec46 commit f7bae6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/wincommon/SDL_sysevents.c
Expand Up @@ -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;

Expand Down

0 comments on commit f7bae6d

Please sign in to comment.