view loader/config.h @ 17128:34f870d8e8a8

really clear frames to black instead of grey, and make sure one of those cleared frames is actually shown (and not a leftover from last film, which happened at least with ATI cards).
author reimar
date Wed, 07 Dec 2005 16:04:14 +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