comparison src/video/x11/SDL_x11events.c @ 8:5574376c451d

Fixed relative motion checking after restore under X11
author Sam Lantinga <slouken@lokigames.com>
date Fri, 27 Apr 2001 16:56:47 +0000
parents 74212992fb08
children 34d956b20f75
comparison
equal deleted inserted replaced
7:2c4a3a759c66 8:5574376c451d
325 switch_time = SDL_GetTicks() + 1500; 325 switch_time = SDL_GetTicks() + 1500;
326 #endif 326 #endif
327 } else { 327 } else {
328 X11_GrabInputNoLock(this, this->input_grab); 328 X11_GrabInputNoLock(this, this->input_grab);
329 } 329 }
330 X11_CheckMouseModeNoLock(this);
331
330 if ( SDL_VideoSurface ) { 332 if ( SDL_VideoSurface ) {
331 X11_RefreshDisplay(this); 333 X11_RefreshDisplay(this);
332 } 334 }
333 } 335 }
334 break; 336 break;