From 2fcb025e5e193abce7b7322e1568c4b15a013b46 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Wed, 28 Apr 2004 17:49:45 +0000 Subject: [PATCH] disable extensive cursor debug-logging. if a problem arises it can be easily switched on again. --- hw/xwin/wincursor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwin/wincursor.c b/hw/xwin/wincursor.c index b68acc273..3c16bd14f 100644 --- a/hw/xwin/wincursor.c +++ b/hw/xwin/wincursor.c @@ -47,7 +47,7 @@ #define BRIGHTNESS(x) (x##Red * 0.299 + x##Green * 0.587 + x##Blue * 0.114) -#if 1 +#if 0 # define WIN_DEBUG_MSG winDebug #else # define WIN_DEBUG_MSG(...)