diff options
author | kraxel <kraxel> | 2006-04-10 07:43:01 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-04-10 07:43:01 +0000 |
commit | c224e1f486a7100c7933a6e35e988a853496168d (patch) | |
tree | 4f2aa46434382cca82492b5cbb26cd1d4b312198 /fbiconfig.h | |
parent | 9583914ba076818ce50dbce10cce990649742952 (diff) | |
download | fbida-c224e1f486a7100c7933a6e35e988a853496168d.tar.gz |
autoscale first, misc fixes
Diffstat (limited to 'fbiconfig.h')
-rw-r--r-- | fbiconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fbiconfig.h b/fbiconfig.h index 49ca23c..099907b 100644 --- a/fbiconfig.h +++ b/fbiconfig.h @@ -12,6 +12,7 @@ #define O_AUTO_UP O_OPTIONS, "auto-up" #define O_AUTO_DOWN O_OPTIONS, "auto-down" +#define O_AUTO_FIRST O_OPTIONS, "auto-first" #define O_FIT_WIDTH O_OPTIONS, "fit-width" #define O_QUIET O_OPTIONS, "quiet" #define O_VERBOSE O_OPTIONS, "verbose" @@ -41,6 +42,7 @@ #define GET_AUTO_UP() cfg_get_bool(O_AUTO_UP, 0) #define GET_AUTO_DOWN() cfg_get_bool(O_AUTO_DOWN, 0) +#define GET_AUTO_FIRST() cfg_get_bool(O_AUTO_DOWN, 0) #define GET_FIT_WIDTH() cfg_get_bool(O_FIT_WIDTH, 0) #define GET_QUIET() cfg_get_bool(O_QUIET, 0) #define GET_VERBOSE() cfg_get_bool(O_VERBOSE, 1) |