From c123c31f979018eaa10d71131a8e9a915e1d7eb4 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 30 Dec 2006 00:28:07 +0000 Subject: Show some results in bytes/second. Allow results to be sorted in reverse order. --- hardinfo2/shell.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hardinfo2/shell.h') diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index c5508422..c343f557 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -30,6 +30,11 @@ typedef struct _ShellModuleEntry ShellModuleEntry; typedef struct _ShellFieldUpdate ShellFieldUpdate; +typedef enum { + SHELL_ORDER_DESCENDING, + SHELL_ORDER_ASCENDING, +} ShellOrderType; + typedef enum { SHELL_PACK_RESIZE = 1 << 0, SHELL_PACK_SHRINK = 1 << 1 @@ -77,6 +82,7 @@ struct _Shell { ShellViewType view_type; gint _pulses; + ShellOrderType _order_type; }; struct _ShellTree { -- cgit v1.2.3