summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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;