aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index e6134443..ff096e5f 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -90,6 +90,7 @@ struct _ShellTree {
GtkWidget *scroll;
GtkWidget *view;
GtkTreeModel *model;
+ GtkTreeSelection *selection;
GSList *modules;
};
@@ -97,9 +98,10 @@ struct _ShellTree {
struct _ShellInfoTree {
GtkWidget *scroll;
GtkWidget *view;
- GtkTreeModel *model;
+ GtkTreeModel *model;
+ GtkTreeSelection *selection;
- GtkTreeViewColumn *col_progress, *col_value;
+ GtkTreeViewColumn *col_progress, *col_value;
};
struct _ShellModule {
@@ -134,7 +136,6 @@ struct _ShellModuleEntry {
struct _ShellFieldUpdate {
ShellModuleEntry *entry;
gchar *field_name;
- gboolean loadgraph;
};
void shell_init(GSList *modules);