view loader/config.h @ 20164:b064d49b08f9

Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers. patch by Laurent Wozniak, laurent.wozniak laposte net
author diego
date Thu, 12 Oct 2006 00:39:47 +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