mirror of
https://github.com/yawut/SDL.git
synced 2026-08-23 01:05:09 -05:00
Fixed relative motion checking after restore under X11
This commit is contained in:
@@ -327,6 +327,8 @@ printf("MapNotify!\n");
|
||||
} else {
|
||||
X11_GrabInputNoLock(this, this->input_grab);
|
||||
}
|
||||
X11_CheckMouseModeNoLock(this);
|
||||
|
||||
if ( SDL_VideoSurface ) {
|
||||
X11_RefreshDisplay(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user