summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2012-12-29 13:29:10 +0100
committerlouis <louis.braun@gmx.de>2012-12-29 13:29:10 +0100
commitc7fd4e9eaea25ac7b2a593e5402d52614e1df944 (patch)
tree5031bbc72986995154e24b552504deffd5704f63 /config.h
parent7c2a71393299eed572c1b4dfc2f35a7819e8843b (diff)
downloadskin-nopacity-c7fd4e9eaea25ac7b2a593e5402d52614e1df944.tar.gz
skin-nopacity-c7fd4e9eaea25ac7b2a593e5402d52614e1df944.tar.bz2
Version 0.0.5
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.h b/config.h
index 33473d1..3737eed 100644
--- a/config.h
+++ b/config.h
@@ -17,7 +17,6 @@ class cNopacityConfig {
cString iconPathDefault;
cString epgImagePathDefault;
void setDynamicValues();
- void loadEPGSearchSettings(void);
//Common
int fontIndex;
const char *fontDefaultName;
@@ -75,17 +74,23 @@ class cNopacityConfig {
int volumeBorderBottom;
int fontVolume;
//DisplayMenu
- cNopacityEPGSearchConfig *epgSearchConf;
int scalePicture;
int displayRerunsDetailEPGView;
int numReruns;
int useSubtitleRerun;
int menuFadeTime;
+ int menuEPGWindowFadeTime;
int menuFrameTime;
+ int menuEPGWindowFrameTime;
int menuScrollDelay;
int menuScrollSpeed;
int menuScrollFrameTime;
+ int menuInfoTextDelay;
+ int menuInfoScrollDelay;
+ int menuInfoScrollSpeed;
+ int menuInfoScrollFrameTime;
int menuWidthNarrow;
+ int menuHeightInfoWindow;
int menuWidthRightItems;
int showDiscUsage;
int showTimers;
@@ -116,6 +121,7 @@ class cNopacityConfig {
int fontDetailView;
int fontDetailViewHeader;
int fontDetailViewHeaderLarge;
+ int fontEPGInfoWindow;
};
#endif //__NOPACITY_CONFIG_H \ No newline at end of file