Commit 5d94e3b1 authored by Sam Lantinga's avatar Sam Lantinga

Fixed relative motion checking after restore under X11

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%409
parent 0f697882
...@@ -327,6 +327,8 @@ printf("MapNotify!\n"); ...@@ -327,6 +327,8 @@ printf("MapNotify!\n");
} else { } else {
X11_GrabInputNoLock(this, this->input_grab); X11_GrabInputNoLock(this, this->input_grab);
} }
X11_CheckMouseModeNoLock(this);
if ( SDL_VideoSurface ) { if ( SDL_VideoSurface ) {
X11_RefreshDisplay(this); X11_RefreshDisplay(this);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment