diff options
Diffstat (limited to 'geyes/geyes.h')
-rw-r--r-- | geyes/geyes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/geyes/geyes.h b/geyes/geyes.h index cc820abb..3fb24457 100644 --- a/geyes/geyes.h +++ b/geyes/geyes.h @@ -24,6 +24,7 @@ #include <glib/gi18n.h> #include <gdk-pixbuf/gdk-pixbuf.h> #include <gtk/gtk.h> +#include <gio/gio.h> #include <mate-panel-applet.h> #define MAX_EYES 1000 @@ -61,6 +62,9 @@ typedef struct /* Properties */ EyesPropertyBox prop_box; + + /* Settings */ + GSettings *settings; } EyesApplet; /* eyes.c */ |