nsxiv/config.h

14 lines
179 B
C
Raw Normal View History

2011-01-17 14:57:59 +01:00
/* */
#define WIN_WIDTH 800
#define WIN_HEIGHT 600
/* */
#define SCALE_MODE SCALE_DOWN
/* */
#define ZOOM_MIN 12.5
#define ZOOM_MAX 400
2011-01-17 17:19:13 +01:00
/* */
2011-01-20 16:03:10 +01:00
#define BG_COLOR "#888888"