From 8123d63c5b76909ce70f09614ac0e45760a69d71 Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 28 Jan 2011 13:34:16 +0100 Subject: Added plenty lots of options --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 9af1824..6105599 100644 --- a/config.h +++ b/config.h @@ -1,4 +1,5 @@ -/* default window dimensions: */ +/* default window dimensions: * + * (also controllable via -w option) */ #define WIN_WIDTH 800 #define WIN_HEIGHT 600 @@ -7,6 +8,7 @@ #define BG_COLOR "#888888" /* how should images be scaled when they are loaded?: * + * (also controllable via -d/-s/-Z/-z options) * * SCALE_DOWN: 100%, but fit large images into window, * * SCALE_FIT: fit all images into window, * * SCALE_ZOOM: use current zoom level, 100% at startup */ -- cgit v1.2.3-54-g00ecf