aboutsummaryrefslogtreecommitdiff
path: root/src/Window.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/Window.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/Window.hh')
-rw-r--r--src/Window.hh8
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 {
55class TextButton; 55class TextButton;
56class MenuTheme; 56class MenuTheme;
57class ImageControl; 57class ImageControl;
58class XLayer; 58class 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