diff options
author | simonb <simonb> | 2005-04-27 15:15:36 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-27 15:15:36 (GMT) |
commit | 9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8 (patch) | |
tree | 5c2ed44be50661b590b7a2771a1fad6d4e845177 /src/FbTk/MenuSeparator.hh | |
parent | 8a43bec0e8da33da4b8147658af0516c536a3309 (diff) | |
download | fluxbox-9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8.zip fluxbox-9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8.tar.bz2 |
fix a few more bugs with recent reworking stuff
Some fixes could incidentally fix a few other bugs... the flaws were
pre-existing, I've just been weeding out a lot of duplication
Diffstat (limited to 'src/FbTk/MenuSeparator.hh')
-rw-r--r-- | src/FbTk/MenuSeparator.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/MenuSeparator.hh b/src/FbTk/MenuSeparator.hh index 1cab4fc..3162193 100644 --- a/src/FbTk/MenuSeparator.hh +++ b/src/FbTk/MenuSeparator.hh | |||
@@ -33,7 +33,7 @@ class MenuSeparator: public MenuItem { | |||
33 | public: | 33 | public: |
34 | virtual void draw(FbDrawable &drawable, | 34 | virtual void draw(FbDrawable &drawable, |
35 | const MenuTheme &theme, | 35 | const MenuTheme &theme, |
36 | bool highlight, | 36 | bool highlight, bool draw_foreground, bool draw_background, |
37 | int x, int y, | 37 | int x, int y, |
38 | unsigned int width, unsigned int height) const; | 38 | unsigned int width, unsigned int height) const; |
39 | 39 | ||