diff options
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 3a0fd3b0..726ec3e9 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -94,6 +94,8 @@ struct _ShellModule { gchar *name; GdkPixbuf *icon; GModule *dll; + + guchar weight; GSList *entries; }; |