# HG changeset patch # User Sam Lantinga # Date 994721173 0 # Node ID 1b387dc653d0fcffc720ad97eef19e08333468f1 # Parent 8a5aff5c12942389a729b0f2c1759a3f2cbe5c93 Oops, I committed debug code... diff -r 8a5aff5c1294 -r 1b387dc653d0 src/video/x11/SDL_x11wm.c --- a/src/video/x11/SDL_x11wm.c Mon Jul 09 22:36:16 2001 +0000 +++ b/src/video/x11/SDL_x11wm.c Mon Jul 09 23:26:13 2001 +0000 @@ -250,11 +250,9 @@ return(mode); /* Will be set later on mode switch */ } if ( mode == SDL_GRAB_OFF ) { -printf("SDL grab OFF\n"); XUngrabPointer(SDL_Display, CurrentTime); XUngrabKeyboard(SDL_Display, CurrentTime); } else { -printf("SDL grab ON\n"); if ( this->screen->flags & SDL_FULLSCREEN ) { /* Unbind the mouse from the fullscreen window */ XUngrabPointer(SDL_Display, CurrentTime);