mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-19 09:00:47 +02:00
Leave debugging output for only the interested parties.
This commit is contained in:
parent
0df446ab88
commit
0fa9d1fb48
3 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "exaPriv.h"
|
||||
|
||||
#define DEBUG_OFFSCREEN 1
|
||||
#define DEBUG_OFFSCREEN 0
|
||||
#if DEBUG_OFFSCREEN
|
||||
#define DBG_OFFSCREEN(a) ErrorF a
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "exaPriv.h"
|
||||
|
||||
#define DEBUG_OFFSCREEN 1
|
||||
#define DEBUG_OFFSCREEN 0
|
||||
#if DEBUG_OFFSCREEN
|
||||
#define DBG_OFFSCREEN(a) ErrorF a
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "exaPriv.h"
|
||||
|
||||
#define DEBUG_OFFSCREEN 1
|
||||
#define DEBUG_OFFSCREEN 0
|
||||
#if DEBUG_OFFSCREEN
|
||||
#define DBG_OFFSCREEN(a) ErrorF a
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue