aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.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/FbWinFrame.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/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 162bf3d..68da564 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -27,7 +27,7 @@
27#include "FbTk/RefCount.hh" 27#include "FbTk/RefCount.hh"
28#include "FbTk/Subject.hh" 28#include "FbTk/Subject.hh"
29#include "FbTk/Color.hh" 29#include "FbTk/Color.hh"
30#include "FbTk/XLayerItem.hh" 30#include "FbTk/LayerItem.hh"
31#include "FbTk/TextButton.hh" 31#include "FbTk/TextButton.hh"
32#include "FbTk/DefaultValue.hh" 32#include "FbTk/DefaultValue.hh"
33#include "FbTk/Container.hh" 33#include "FbTk/Container.hh"
@@ -50,7 +50,7 @@ namespace FbTk {
50class ImageControl; 50class ImageControl;
51template <class T> class Command; 51template <class T> class Command;
52class Texture; 52class Texture;
53class XLayer; 53class Layer;
54} 54}
55 55
56/// holds a window frame with a client window 56/// holds a window frame with a client window
@@ -231,8 +231,8 @@ public:
231 unsigned int buttonHeight() const; 231 unsigned int buttonHeight() const;
232 bool externalTabMode() const { return m_tabmode == EXTERNAL && m_use_tabs; } 232 bool externalTabMode() const { return m_tabmode == EXTERNAL && m_use_tabs; }
233 233
234 const FbTk::XLayerItem &layerItem() const { return m_layeritem; } 234 const FbTk::LayerItem &layerItem() const { return m_layeritem; }
235 FbTk::XLayerItem &layerItem() { return m_layeritem; } 235 FbTk::LayerItem &layerItem() { return m_layeritem; }
236 236
237 const FbTk::Subject &frameExtentSig() const { return m_frame_extent_sig; } 237 const FbTk::Subject &frameExtentSig() const { return m_frame_extent_sig; }
238 FbTk::Subject &frameExtentSig() { return m_frame_extent_sig; } 238 FbTk::Subject &frameExtentSig() { return m_frame_extent_sig; }
@@ -310,7 +310,7 @@ private:
310 //@{ 310 //@{
311 FbTk::FbWindow m_window; ///< base window that holds each decorations (ie titlebar, handles) 311 FbTk::FbWindow m_window; ///< base window that holds each decorations (ie titlebar, handles)
312 // want this deleted before the windows in it 312 // want this deleted before the windows in it
313 FbTk::XLayerItem m_layeritem; 313 FbTk::LayerItem m_layeritem;
314 314
315 FbTk::FbWindow m_titlebar; ///< titlebar window 315 FbTk::FbWindow m_titlebar; ///< titlebar window
316 FbTk::Container m_tab_container; ///< Holds tabs 316 FbTk::Container m_tab_container; ///< Holds tabs