From 211177a9747939002f8e7da1d569a5551c4e0600 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 23 Dec 2009 22:26:34 +0100 Subject: Use GKeyFile to store window positions. --- walls_conf.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 walls_conf.h (limited to 'walls_conf.h') diff --git a/walls_conf.h b/walls_conf.h new file mode 100644 index 0000000..f0f7859 --- /dev/null +++ b/walls_conf.h @@ -0,0 +1,12 @@ +#ifndef _WALLS_CONF_H_ +#define _WALLS_CONF_H_ + +#include + +void conf_open(); +void conf_close(); +gint conf_get_int(const gchar*, const gchar*, gint); + +extern GKeyFile *keyfile; + +#endif -- cgit v1.2.3