view loader/config.h @ 14663:9d79600ff98d

X11 headers must be included also when X11_FULLSCREEN is not defined (although it is not really beautiful that their are included here in the first place)
author reimar
date Sun, 06 Feb 2005 10:12:34 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif