Skip to content

Commit

Permalink
Fixed relative motion checking after restore under X11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 27, 2001
1 parent 7618148 commit 2fcff45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11events.c
Expand Up @@ -327,6 +327,8 @@ printf("MapNotify!\n");
} else {
X11_GrabInputNoLock(this, this->input_grab);
}
X11_CheckMouseModeNoLock(this);

if ( SDL_VideoSurface ) {
X11_RefreshDisplay(this);
}
Expand Down

0 comments on commit 2fcff45

Please sign in to comment.