aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-20 21:04:35 (GMT)
committerfluxgen <fluxgen>2006-02-20 21:04:35 (GMT)
commit369b4e1b92491aa57b0bf430b89bf732b80fa6a4 (patch)
tree2bf00a93ad1c195ef7d446e8989069f218a2cd47 /src/Slit.hh
parent2566d84561ce9f5ecaf1adcce97eb578747034e3 (diff)
downloadfluxbox-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.zip
fluxbox-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.tar.bz2
moved class Layer from class Fluxbox and thus reduces some dependecies
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index e540023..da52793 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -29,7 +29,7 @@
29 29
30 30
31#include "LayerMenu.hh" 31#include "LayerMenu.hh"
32#include "fluxbox.hh" 32#include "Layer.hh"
33 33
34#include "FbTk/Menu.hh" 34#include "FbTk/Menu.hh"
35#include "FbTk/FbWindow.hh" 35#include "FbTk/FbWindow.hh"
@@ -49,6 +49,7 @@ class SlitClient;
49class BScreen; 49class BScreen;
50class FbMenu; 50class FbMenu;
51class Strut; 51class Strut;
52class Layer;
52 53
53/// Handles dock apps 54/// Handles dock apps
54class Slit: public FbTk::EventHandler, public FbTk::Observer, public LayerObject { 55class Slit: public FbTk::EventHandler, public FbTk::Observer, public LayerObject {
@@ -176,7 +177,7 @@ private:
176 FbTk::Resource<Slit::Placement> m_rc_placement; 177 FbTk::Resource<Slit::Placement> m_rc_placement;
177 FbTk::Resource<Slit::Direction> m_rc_direction; 178 FbTk::Resource<Slit::Direction> m_rc_direction;
178 FbTk::Resource<int> m_rc_alpha, m_rc_on_head; 179 FbTk::Resource<int> m_rc_alpha, m_rc_on_head;
179 FbTk::Resource<Fluxbox::Layer> m_rc_layernum; 180 FbTk::Resource<Layer> m_rc_layernum;
180}; 181};
181 182
182 183