diff options
author | louis <louis.braun@gmx.de> | 2013-02-26 18:36:51 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-02-26 18:36:51 +0100 |
commit | d099b5d5f922e6773ad5c5165e951fc280c5c5c1 (patch) | |
tree | 4078905ca9b7761f29b6140a0465d9c76cb8a5d9 /config.h | |
parent | 6b4c35ae9aac8b9081a5d9f8e28fe4f4ce7458e3 (diff) | |
download | skin-nopacity-d099b5d5f922e6773ad5c5165e951fc280c5c5c1.tar.gz skin-nopacity-d099b5d5f922e6773ad5c5165e951fc280c5c5c1.tar.bz2 |
Usage of menu icons in main and setup menu configurable
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ class cNopacityConfig { int scalePicture;
int roundedCorners;
int cornerRadius;
+ int useMenuIcons;
int narrowMainMenu;
int narrowScheduleMenu;
int narrowChannelMenu;
|