summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h b/config.h
index afb6e17..4ff9aa9 100644
--- a/config.h
+++ b/config.h
@@ -16,6 +16,9 @@ private:
bool epgImagePathSet;
bool skinPathSet;
bool logoPathSet;
+ cRect osdSize;
+ string osdSkin;
+ string osdTheme;
public:
cDesignerConfig();
~cDesignerConfig();
@@ -29,6 +32,10 @@ public:
bool GetSkin(string &skin);
void SetChannelLogoSize(void);
void CheckDecimalPoint(void);
+ void SetSkin(void);
+ bool SkinChanged(void);
+ void SetOSDSize(void);
+ bool OsdSizeChanged(void);
cString logoExtension;
cString skinPath;
cString logoPath;