# HG changeset patch # User Sam Lantinga # Date 1076885428 0 # Node ID 77bca0665b69706e49440361469dada7f76760a3 # Parent 85ba077211bc5ede77817e12e3f106fad7310afb Fixed mouse focus events after resetting video mode on Windows diff -r 85ba077211bc -r 77bca0665b69 src/video/wincommon/SDL_sysevents.c --- a/src/video/wincommon/SDL_sysevents.c Sun Feb 15 22:04:46 2004 +0000 +++ b/src/video/wincommon/SDL_sysevents.c Sun Feb 15 22:50:28 2004 +0000 @@ -286,9 +286,9 @@ /* mouse has left the window */ /* or */ /* Elvis has left the building! */ - in_window = FALSE; posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS); } + in_window = FALSE; } return(0); #endif /* WM_MOUSELEAVE */