summaryrefslogtreecommitdiff
path: root/multiload/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'multiload/global.h')
-rw-r--r--multiload/global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/multiload/global.h b/multiload/global.h
index 46840e08..613adb5d 100644
--- a/multiload/global.h
+++ b/multiload/global.h
@@ -5,6 +5,7 @@
#include <glib/gi18n.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>
+#include <gio/gio.h>
#include <mate-panel-applet.h>
G_BEGIN_DECLS
@@ -60,6 +61,8 @@ struct _MultiloadApplet
{
MatePanelApplet *applet;
+ GSettings *settings;
+
LoadGraph *graphs[NGRAPHS];
GtkWidget *box;