mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-08 04:50:14 +01:00
disable extensive cursor debug-logging. if a problem arises it can be
easily switched on again.
This commit is contained in:
parent
dd56920e65
commit
2fcb025e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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(...)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue