diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-05 01:39:19 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-05 01:39:19 (GMT) |
commit | ac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch) | |
tree | c8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/FbTk/MenuSeparator.hh | |
parent | 60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff) | |
download | fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2 |
update code to use ThemeProxy
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 fd4ddbd..a2b0af7 100644 --- a/src/FbTk/MenuSeparator.hh +++ b/src/FbTk/MenuSeparator.hh | |||
@@ -30,7 +30,7 @@ namespace FbTk { | |||
30 | class MenuSeparator: public MenuItem { | 30 | class MenuSeparator: public MenuItem { |
31 | public: | 31 | public: |
32 | virtual void draw(FbDrawable &drawable, | 32 | virtual void draw(FbDrawable &drawable, |
33 | const MenuTheme &theme, | 33 | const FbTk::ThemeProxy<MenuTheme> &theme, |
34 | bool highlight, bool draw_foreground, bool draw_background, | 34 | bool highlight, bool draw_foreground, bool draw_background, |
35 | int x, int y, | 35 | int x, int y, |
36 | unsigned int width, unsigned int height) const; | 36 | unsigned int width, unsigned int height) const; |