aboutsummaryrefslogtreecommitdiff
path: root/src/AlphaMenu.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-23 21:49:27 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-23 21:49:27 (GMT)
commit9616a676d869b8f67742da99d55e9327ea867166 (patch)
tree32d8daf4d851b4038e7098f88570891c0727bd7b /src/AlphaMenu.hh
parent813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3 (diff)
downloadfluxbox-9616a676d869b8f67742da99d55e9327ea867166.zip
fluxbox-9616a676d869b8f67742da99d55e9327ea867166.tar.bz2
renamed FbTk::XLayer to FbTk::Layer and FbTk::XLayerItem to FbTk::LayerItem
Diffstat (limited to 'src/AlphaMenu.hh')
-rw-r--r--src/AlphaMenu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AlphaMenu.hh b/src/AlphaMenu.hh
index 27f26dd..0da21de 100644
--- a/src/AlphaMenu.hh
+++ b/src/AlphaMenu.hh
@@ -35,7 +35,7 @@ namespace FbTk {
35class AlphaMenu : public ToggleMenu { 35class AlphaMenu : public ToggleMenu {
36public: 36public:
37 AlphaMenu(FbTk::ThemeProxy<FbTk::MenuTheme> &tm, 37 AlphaMenu(FbTk::ThemeProxy<FbTk::MenuTheme> &tm,
38 FbTk::ImageControl &imgctrl, FbTk::XLayer &layer); 38 FbTk::ImageControl &imgctrl, FbTk::Layer &layer);
39 39
40 // we override these to update the menu when the active window changes 40 // we override these to update the menu when the active window changes
41 void move(int x, int y); 41 void move(int x, int y);