changeset 1043:21d1d05aad39

Disable debug code
author Patrice Mandin <patmandin@gmail.com>
date Mon, 07 Mar 2005 10:09:21 +0000
parents 0e7218843cfb
children d36ea7925763
files src/video/xbios/SDL_xbios.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios.c	Mon Mar 07 10:00:58 2005 +0000
+++ b/src/video/xbios/SDL_xbios.c	Mon Mar 07 10:09:21 2005 +0000
@@ -61,12 +61,12 @@
 #define XBIOS_VID_DRIVER_NAME "xbios"
 
 /* Debug print info */
-#if 1
+#if 0
 #define DEBUG_PRINT(what) \
 	{ \
 		printf what; \
 	}
-/*#define DEBUG_VIDEO_XBIOS 1*/
+#define DEBUG_VIDEO_XBIOS 1
 #else
 #define DEBUG_PRINT(what)
 #undef DEBUG_VIDEO_XBIOS