summaryrefslogtreecommitdiff
path: root/src/FbTk/MenuSeparator.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-05 01:39:19 (GMT)
commitac1bd7e0981222bf340ce7defb2bb8307d42a0a2 (patch)
treec8fb9c618184e7ac44f6138409cab3fab86b23e4 /src/FbTk/MenuSeparator.hh
parent60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff)
downloadfluxbox_lack-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip
fluxbox_lack-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2
update code to use ThemeProxy
Diffstat (limited to 'src/FbTk/MenuSeparator.hh')
-rw-r--r--src/FbTk/MenuSeparator.hh2
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 {
30class MenuSeparator: public MenuItem { 30class MenuSeparator: public MenuItem {
31public: 31public:
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;