fixed wrong background color, get the background color of
[psensor.git] / src / graph.h
index 897ec7b..3827a35 100644 (file)
@@ -24,6 +24,9 @@
 #include "psensor.h"
 #include "cfg.h"
 
-void graph_update(struct psensor **, GtkWidget *, struct config *config);
+void graph_update(struct psensor **,
+                 GtkWidget *,
+                 struct config *config,
+                 GtkWidget *window);
 
 #endif