diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 21:49:27 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-02-23 21:49:27 (GMT) |
commit | 9616a676d869b8f67742da99d55e9327ea867166 (patch) | |
tree | 32d8daf4d851b4038e7098f88570891c0727bd7b /src/AlphaMenu.hh | |
parent | 813e6c4402b7d13a9e7b1ce3e391bc4c8d894ea3 (diff) | |
download | fluxbox_pavel-9616a676d869b8f67742da99d55e9327ea867166.zip fluxbox_pavel-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.hh | 2 |
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 { | |||
35 | class AlphaMenu : public ToggleMenu { | 35 | class AlphaMenu : public ToggleMenu { |
36 | public: | 36 | public: |
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); |