changeset 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 2c4a3a759c66
children a1c15fa4abb9
files src/video/x11/SDL_x11events.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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);
 		}