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/Window.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/Window.hh')
-rw-r--r-- | src/Window.hh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Window.hh b/src/Window.hh index fee2807..9c2037a 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -30,7 +30,7 @@ | |||
30 | #include "FbTk/Subject.hh" | 30 | #include "FbTk/Subject.hh" |
31 | #include "FbTk/Observer.hh" | 31 | #include "FbTk/Observer.hh" |
32 | #include "FbTk/EventHandler.hh" | 32 | #include "FbTk/EventHandler.hh" |
33 | #include "FbTk/XLayerItem.hh" | 33 | #include "FbTk/LayerItem.hh" |
34 | #include "FbTk/Signal.hh" | 34 | #include "FbTk/Signal.hh" |
35 | 35 | ||
36 | #include "FbWinFrame.hh" | 36 | #include "FbWinFrame.hh" |
@@ -55,7 +55,7 @@ namespace FbTk { | |||
55 | class TextButton; | 55 | class TextButton; |
56 | class MenuTheme; | 56 | class MenuTheme; |
57 | class ImageControl; | 57 | class ImageControl; |
58 | class XLayer; | 58 | class Layer; |
59 | } | 59 | } |
60 | 60 | ||
61 | /// Creates the window frame and handles any window event for it | 61 | /// Creates the window frame and handles any window event for it |
@@ -403,8 +403,8 @@ public: | |||
403 | 403 | ||
404 | bool isTyping() const; | 404 | bool isTyping() const; |
405 | 405 | ||
406 | const FbTk::XLayerItem &layerItem() const { return m_frame.layerItem(); } | 406 | const FbTk::LayerItem &layerItem() const { return m_frame.layerItem(); } |
407 | FbTk::XLayerItem &layerItem() { return m_frame.layerItem(); } | 407 | FbTk::LayerItem &layerItem() { return m_frame.layerItem(); } |
408 | 408 | ||
409 | Window clientWindow() const; | 409 | Window clientWindow() const; |
410 | 410 | ||