aboutsummaryrefslogtreecommitdiff
path: root/src/AlphaMenu.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/AlphaMenu.hh
parent60ba709c2f47cc2c7b877aef1b0f297b097853e5 (diff)
downloadfluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.zip
fluxbox-ac1bd7e0981222bf340ce7defb2bb8307d42a0a2.tar.bz2
update code to use ThemeProxy
Diffstat (limited to 'src/AlphaMenu.hh')
-rw-r--r--src/AlphaMenu.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AlphaMenu.hh b/src/AlphaMenu.hh
index 8539176..41580c3 100644
--- a/src/AlphaMenu.hh
+++ b/src/AlphaMenu.hh
@@ -29,8 +29,8 @@
29 29
30class AlphaMenu : public ToggleMenu { 30class AlphaMenu : public ToggleMenu {
31public: 31public:
32 AlphaMenu(FbTk::MenuTheme &tm, FbTk::ImageControl &imgctrl, 32 AlphaMenu(FbTk::ThemeProxy<FbTk::MenuTheme> &tm,
33 FbTk::XLayer &layer); 33 FbTk::ImageControl &imgctrl, FbTk::XLayer &layer);
34 34
35 // we override these to update the menu when the active window changes 35 // we override these to update the menu when the active window changes
36 void move(int x, int y); 36 void move(int x, int y);