summaryrefslogtreecommitdiff
path: root/walls_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'walls_conf.h')
-rw-r--r--walls_conf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/walls_conf.h b/walls_conf.h
index f0f7859..59f6af4 100644
--- a/walls_conf.h
+++ b/walls_conf.h
@@ -2,11 +2,22 @@
#define _WALLS_CONF_H_
#include <glib.h>
+#include <gdk-pixbuf/gdk-pixbuf.h>
+
+struct walls_config_t {
+ GdkInterpType interp_type;
+ gint max_preload;
+};
+
+extern struct walls_config_t config;
void conf_open();
void conf_close();
gint conf_get_int(const gchar*, const gchar*, gint);
+void conf_load();
+void conf_save();
+
extern GKeyFile *keyfile;
#endif