diff options
| author | louis <louis.braun@gmx.de> | 2015-03-28 11:57:51 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-28 11:57:51 +0100 |
| commit | 762e2c15076d211e71eb9dee0e4956dbd8767fce (patch) | |
| tree | 41bbc078335c4ecdd3e6b13dd77f4479f506ebd8 /libtemplate/templatepixmap.c | |
| parent | fcf90375fa516455cf7bda4bc791c814b5062d69 (diff) | |
| download | vdr-plugin-skindesigner-762e2c15076d211e71eb9dee0e4956dbd8767fce.tar.gz vdr-plugin-skindesigner-762e2c15076d211e71eb9dee0e4956dbd8767fce.tar.bz2 | |
added possibility to detach viewelements
Diffstat (limited to 'libtemplate/templatepixmap.c')
| -rw-r--r-- | libtemplate/templatepixmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libtemplate/templatepixmap.c b/libtemplate/templatepixmap.c index 52ae63f..1490236 100644 --- a/libtemplate/templatepixmap.c +++ b/libtemplate/templatepixmap.c @@ -12,6 +12,7 @@ cTemplatePixmap::cTemplatePixmap(void) { containerHeight = 0;
globals = NULL;
scrolling = false;
+ background = false;
}
cTemplatePixmap::~cTemplatePixmap() {
@@ -171,6 +172,8 @@ bool cTemplatePixmap::CalculateParameters(void) { }
}
+ background = parameters->GetNumericParameter(ptBackground);
+
return paramsValid;
}
|
