diff options
Diffstat (limited to 'src/FbTk/MenuItem.hh')
-rw-r--r-- | src/FbTk/MenuItem.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/MenuItem.hh b/src/FbTk/MenuItem.hh index fe2800c..20da8f7 100644 --- a/src/FbTk/MenuItem.hh +++ b/src/FbTk/MenuItem.hh | |||
@@ -96,6 +96,8 @@ public: | |||
96 | virtual void draw(FbDrawable &drawable, | 96 | virtual void draw(FbDrawable &drawable, |
97 | const MenuTheme &theme, | 97 | const MenuTheme &theme, |
98 | bool highlight, | 98 | bool highlight, |
99 | // "foreground" is the transient bits - more likely to change | ||
100 | bool draw_foreground, bool draw_background, | ||
99 | int x, int y, | 101 | int x, int y, |
100 | unsigned int width, unsigned int height) const; | 102 | unsigned int width, unsigned int height) const; |
101 | virtual void updateTheme(const MenuTheme &theme); | 103 | virtual void updateTheme(const MenuTheme &theme); |