changeset 99:1b387dc653d0

Oops, I committed debug code...
author Sam Lantinga <slouken@lokigames.com>
date Mon, 09 Jul 2001 23:26:13 +0000
parents 8a5aff5c1294
children a1c973c35fef
files src/video/x11/SDL_x11wm.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);