mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
setup of usage of blending now done with clrDoBlending theme color variable
This commit is contained in:
6
config.h
6
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;
|
||||
|
Reference in New Issue
Block a user