diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |
