diff options
author | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-26 01:41:55 (GMT) |
commit | 1c2f92a3d2288b1cae9500110a72173506a18072 (patch) | |
tree | cdb695da16dcee74872790c772bb535def9f2895 /src/FbTk/MenuItem.hh | |
parent | b49432be05c6cf748e662e196778463e2190b4c3 (diff) | |
download | fluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.zip fluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2 |
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
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); |