diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-03-10 20:42:18 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-03-10 20:42:18 +0100 |
commit | be360f1cd8a503cb1fd63573f96f02a52d87d2aa (patch) | |
tree | c34815bdb896b50e5c51db385e80bc9fbba0bea1 /displaymenu.h | |
parent | 556aff473336264b80f77c89bb617f34545e43c8 (diff) | |
download | skin-flatplus-be360f1cd8a503cb1fd63573f96f02a52d87d2aa.tar.gz skin-flatplus-be360f1cd8a503cb1fd63573f96f02a52d87d2aa.tar.bz2 |
add logo background for chanel logos (logo_background.png)
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h index 52f82e3c..ecc106d5 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -13,6 +13,8 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { private: cPixmap *menuPixmap; cPixmap *menuIconsPixmap; + cPixmap *menuIconsBGPixmap; + int menuTop, menuWidth; int menuItemWidth; |