Fixed relative motion checking after restore under X11

This commit is contained in:
Sam Lantinga 2001-04-27 16:56:47 +00:00
parent c8c2fa5137
commit b82574e71f

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);
}