summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-28 16:57:21 +0200
committerlouis <louis.braun@gmx.de>2013-05-28 16:57:21 +0200
commita90ee76c4b36a9d11fa63e6a454a362cff7dcb31 (patch)
tree49ab50e70dcb2e2513d84005be03c4b459258ee7 /config.h
parentb3b50abd736da0199297cab5d080055ed55c05bd (diff)
downloadvdr-plugin-tvguide-a90ee76c4b36a9d11fa63e6a454a362cff7dcb31.tar.gz
vdr-plugin-tvguide-a90ee76c4b36a9d11fa63e6a454a362cff7dcb31.tar.bz2
setup of usage of blending now done with clrDoBlending theme color variable
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h b/config.h
index beaa696..4df9177 100644
--- a/config.h
+++ b/config.h
@@ -2,13 +2,15 @@
#define __TVGUIDE_CONFIG_H
class cTvguideConfig {
+ private:
+ void SetGeometry(int width, int height);
+ void SetFonts(void);
public:
cTvguideConfig();
~cTvguideConfig();
void SetLogoPath(cString path);
void SetImagesPath(cString path);
- void SetGeometry(int width, int height);
- void SetFonts(void);
+ void SetBlending(void);
int osdWidth;
int osdHeight;
int displayMode;