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