diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-01 13:50:55 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-01 13:50:55 -0200 |
commit | e6fb48251e70d87404bf7738722679b9281ed108 (patch) | |
tree | eeb168e65fbfde2f4b5d3d78fc79b8cd151ad11b /hardinfo2/shell.h | |
parent | 94a513ab865ccad5b87fc661076f24eb9b87f11c (diff) |
Don't include benchmarks in remote mode.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 3608c7a0..f5ee3137 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -147,6 +147,7 @@ struct _ShellModuleEntry { gchar *icon_file; gboolean selected; gint number; + guint32 flags; gchar *(*func) (); void (*scan_func) (); |