setup of usage of blending now done with clrDoBlending theme color variable

This commit is contained in:
louis
2013-05-28 16:57:21 +02:00
parent b3b50abd73
commit a90ee76c4b
13 changed files with 46 additions and 17 deletions

View File

@@ -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;