From abe017afec475e9351b90250bc262e878a57d4ee Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 9 Jul 2001 23:26:13 +0000 Subject: [PATCH] Oops, I committed debug code... --- src/video/x11/SDL_x11wm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/x11/SDL_x11wm.c b/src/video/x11/SDL_x11wm.c index f0f6569c1..a3ad2b93c 100644 --- a/src/video/x11/SDL_x11wm.c +++ b/src/video/x11/SDL_x11wm.c @@ -250,11 +250,9 @@ SDL_GrabMode X11_GrabInputNoLock(_THIS, SDL_GrabMode mode) 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);