aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-26 17:03:30 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-26 17:03:30 +0000
commit83b3021873da4bb34db92c95398164196be7b18a (patch)
treec6b9bb7d07a97293c2ba5884d4dddc126b24048d /hardinfo2/shell.h
parent2f4ae3a5d3404daff96fa70022f9e45d623fa720 (diff)
Remove the need for modules.conf
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 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;
};