aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
author05356787 <05356787@localhost.localdomain>2008-10-31 13:10:02 -0200
committer05356787 <05356787@localhost.localdomain>2008-10-31 13:10:02 -0200
commit7608bb025507f0beb235abb5e1ef7ad84148892c (patch)
treefe39c998415fe91f5d3cb1437fc781ed9cae1658 /hardinfo2/shell.h
parent1d2c77e7e1b4c3fcbc6a36dd89fe3287c324e032 (diff)
Add filesystem usage bars
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 2fa2f968..56b7765f 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -48,6 +48,7 @@ typedef enum {
SHELL_VIEW_DUAL,
SHELL_VIEW_LOAD_GRAPH,
SHELL_VIEW_PROGRESS,
+ SHELL_VIEW_PROGRESS_DUAL,
SHELL_VIEW_N_VIEWS
} ShellViewType;
@@ -86,6 +87,7 @@ struct _Shell {
GtkUIManager *ui_manager;
ShellViewType view_type;
+ gboolean normalize_percentage;
gint _pulses;
ShellOrderType _order_type;