aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-04-25 16:35:37 +0000
committerkraxel <kraxel>2004-04-25 16:35:37 +0000
commit3a28add0b68757c7c929b959c5b5ce3c717f7525 (patch)
treea08c03ab56a51da09f70f2a136c124039bdfd140 /fbi.c
parent9083db6b4b52f7ae1384c52fcb9288166578c18c (diff)
downloadfbida-3a28add0b68757c7c929b959c5b5ce3c717f7525.tar.gz
- fbi config stuff.
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fbi.c b/fbi.c
index 3ea278a..c12de4a 100644
--- a/fbi.c
+++ b/fbi.c
@@ -40,6 +40,8 @@
#include "filter.h"
#include "desktop.h"
#include "list.h"
+#include "parseconfig.h"
+#include "fbiconfig.h"
#include "jpeg/transupp.h" /* Support routines for jpegtran */
#include "jpegtools.h"
@@ -1240,6 +1242,7 @@ main(int argc, char *argv[])
#ifdef HAVE_LIBLIRC
lirc = lirc_fbi_init();
#endif
+ fbi_read_config();
setlocale(LC_ALL,"");
for (;;) {