diff options
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; |