Mercurial > sdl-ios-xcode
diff src/video/xbios/SDL_xbios.c @ 1043:21d1d05aad39
Disable debug code
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Mon, 07 Mar 2005 10:09:21 +0000 |
parents | 0e7218843cfb |
children | 5023cde12cbd |
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