diff src/video/x11/SDL_x11events.c @ 8:5574376c451d

Fixed relative motion checking after restore under X11
author Sam Lantinga <slouken@lokigames.com>
date Fri, 27 Apr 2001 16:56:47 +0000
parents 74212992fb08
children 34d956b20f75
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Thu Apr 26 18:37:24 2001 +0000
+++ b/src/video/x11/SDL_x11events.c	Fri Apr 27 16:56:47 2001 +0000
@@ -327,6 +327,8 @@
 		} else {
 			X11_GrabInputNoLock(this, this->input_grab);
 		}
+		X11_CheckMouseModeNoLock(this);
+
 		if ( SDL_VideoSurface ) {
 			X11_RefreshDisplay(this);
 		}