From eb244bb6e76d023f16d1bf6fb1204d7233a9bd11 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Wed, 29 Oct 2008 12:48:44 -0200 Subject: Start working on a better benchmark visualization --- hardinfo2/shell.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hardinfo2/shell.h') diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index f8f3afed..2fa2f968 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -65,6 +65,8 @@ typedef enum { INFO_TREE_COL_DATA, INFO_TREE_COL_PBUF, INFO_TREE_COL_PROGRESS, + INFO_TREE_COL_EXTRA1, + INFO_TREE_COL_EXTRA2, INFO_TREE_NCOL } ShellInfoTreeColumns; @@ -104,7 +106,7 @@ struct _ShellInfoTree { GtkTreeModel *model; GtkTreeSelection *selection; - GtkTreeViewColumn *col_progress, *col_value; + GtkTreeViewColumn *col_progress, *col_value, *col_extra1, *col_extra2, *col_textvalue; }; struct _ShellNote { -- cgit v1.2.3