summaryrefslogtreecommitdiff
path: root/multiload/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'multiload/global.h')
-rw-r--r--multiload/global.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/multiload/global.h b/multiload/global.h
index 606db7e4..ea8b6330 100644
--- a/multiload/global.h
+++ b/multiload/global.h
@@ -42,18 +42,6 @@ struct _LoadGraph {
gint show_frame;
- long cpu_time [NCPUSTATES];
- long cpu_last [NCPUSTATES];
- int cpu_initialized;
-
- double loadavg1;
- NetSpeed *netspeed_in;
- NetSpeed *netspeed_out;
- guint net_threshold;
- guint net_threshold1;
- guint net_threshold2;
- guint net_threshold3;
-
gboolean visible;
gboolean tooltip_update;
const gchar *name;
@@ -81,6 +69,17 @@ struct _MultiloadApplet
GtkWidget *prop_dialog;
GtkWidget *notebook;
int last_clicked;
+
+ long cpu_time [NCPUSTATES];
+ long cpu_last [NCPUSTATES];
+ int cpu_initialized;
+
+ double loadavg1;
+ NetSpeed *netspeed_in;
+ NetSpeed *netspeed_out;
+ guint net_threshold1;
+ guint net_threshold2;
+ guint net_threshold3;
};
#include "load-graph.h"