Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Turned off debug spew
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 14, 2010
1 parent 5a4df8f commit 7510e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11events.c
Expand Up @@ -34,7 +34,7 @@
#include "SDL_timer.h"
#include "SDL_syswm.h"

#define DEBUG_XEVENTS
/*#define DEBUG_XEVENTS*/

static void
X11_DispatchEvent(_THIS)
Expand Down
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11modes.c
Expand Up @@ -23,7 +23,7 @@

#include "SDL_x11video.h"

#define X11MODES_DEBUG
/*#define X11MODES_DEBUG*/
#undef SDL_VIDEO_DRIVER_X11_XINERAMA
#undef SDL_VIDEO_DRIVER_X11_XRANDR
#undef SDL_VIDEO_DRIVER_X11_VIDMODE
Expand Down

0 comments on commit 7510e3e

Please sign in to comment.