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/MenuIcon.hh | |
parent | b49432be05c6cf748e662e196778463e2190b4c3 (diff) | |
download | fluxbox_pavel-1c2f92a3d2288b1cae9500110a72173506a18072.zip fluxbox_pavel-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/MenuIcon.hh')
-rw-r--r-- | src/FbTk/MenuIcon.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/MenuIcon.hh b/src/FbTk/MenuIcon.hh index dd68b18..7fbd12a 100644 --- a/src/FbTk/MenuIcon.hh +++ b/src/FbTk/MenuIcon.hh | |||
@@ -38,6 +38,7 @@ public: | |||
38 | void draw(FbDrawable &drawable, | 38 | void draw(FbDrawable &drawable, |
39 | const MenuTheme &theme, | 39 | const MenuTheme &theme, |
40 | bool highlight, | 40 | bool highlight, |
41 | bool draw_foreground, bool draw_background, | ||
41 | int x, int y, | 42 | int x, int y, |
42 | unsigned int width, unsigned int height) const; | 43 | unsigned int width, unsigned int height) const; |
43 | unsigned int width(const MenuTheme &item) const; | 44 | unsigned int width(const MenuTheme &item) const; |