Mercurial > mplayer.hg
view loader/config.h @ 11996:398c24cecdc7
dont mess with the window position in xinerama when -geometry changes it.
author | attila |
---|---|
date | Tue, 24 Feb 2004 21:09:21 +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