summaryrefslogtreecommitdiff
path: root/menuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.h')
-rw-r--r--menuitem.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menuitem.h b/menuitem.h
index 2b4396a..e253338 100644
--- a/menuitem.h
+++ b/menuitem.h
@@ -19,6 +19,7 @@ protected:
cFont *fontEPGWindow;
int width, height;
int top, left;
+ int spaceMenu;
int textLeft;
int index;
cString *itemTabs;
@@ -39,7 +40,7 @@ public:
void CreatePixmap();
void CreatePixmapIcon(void);
virtual void CreatePixmapTextScroller(int totalWidth);
- void SetGeometry(int index, int top, int left, int width, int height);
+ void SetGeometry(int index, int top, int left, int width, int height, int spaceMenu);
void SetFont(cFont *font) {this->font = font;}
void SetFontSmall(cFont *fontSmall) {this->fontSmall = fontSmall;}
void SetFontEPGWindow(cFont *font) {this->fontEPGWindow = font;}