disable extensive cursor debug-logging. if a problem arises it can be

easily switched on again.
This commit is contained in:
Alexander Gottwald 2004-04-28 17:49:45 +00:00
parent dd56920e65
commit 2fcb025e5e

View file

@ -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(...)