aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
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 */