summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-12-19 19:43:56 +0100
committerlouis <louis.braun@gmx.de>2012-12-19 19:43:56 +0100
commit7c2a71393299eed572c1b4dfc2f35a7819e8843b (patch)
tree751f8c55e49f82ac291015d28924d3f235058fe7 /config.h
parent7010739a062c660bbd88b612e1635068325acf3f (diff)
downloadskin-nopacity-7c2a71393299eed572c1b4dfc2f35a7819e8843b.tar.gz
skin-nopacity-7c2a71393299eed572c1b4dfc2f35a7819e8843b.tar.bz2
Configurable display of disc usage and timers in main menu
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0906297..33473d1 100644
--- a/config.h
+++ b/config.h
@@ -87,6 +87,8 @@ class cNopacityConfig {
int menuScrollFrameTime;
int menuWidthNarrow;
int menuWidthRightItems;
+ int showDiscUsage;
+ int showTimers;
int headerHeight;
int footerHeight;
int numDefaultMenuItems;