Fixed relative motion checking after restore under X11

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%409
This commit is contained in:
Sam Lantinga 2001-04-27 16:56:47 +00:00
parent 0f69788202
commit 5d94e3b158

View file

@ -327,6 +327,8 @@ printf("MapNotify!\n");
} else {
X11_GrabInputNoLock(this, this->input_grab);
}
X11_CheckMouseModeNoLock(this);
if ( SDL_VideoSurface ) {
X11_RefreshDisplay(this);
}