comparison src/audacious/main.h @ 4409:8cb646ddae62

Pfft, we are Audacious and this is SPARTA!
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 06:06:39 +0300
parents 5a0f5ef1de61
children de33c83aa06f
comparison
equal deleted inserted replaced
4408:081839dd6664 4409:8cb646ddae62
34 #endif 34 #endif
35 35
36 #include <sys/types.h> 36 #include <sys/types.h>
37 #include <sys/stat.h> 37 #include <sys/stat.h>
38 38
39 #include "bmpconfig.h" 39 #include "audconfig.h"
40 40
41 G_BEGIN_DECLS 41 G_BEGIN_DECLS
42 42
43 #define PLAYER_HEIGHT \ 43 #define PLAYER_HEIGHT \
44 ((cfg.player_shaded ? MAINWIN_SHADED_HEIGHT : MAINWIN_HEIGHT) * (cfg.scaled ? cfg.scale_factor : 1)) 44 ((cfg.player_shaded ? MAINWIN_SHADED_HEIGHT : MAINWIN_HEIGHT) * (cfg.scaled ? cfg.scale_factor : 1))