diff options
author | fluxgen <fluxgen> | 2006-02-20 21:04:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-20 21:04:35 (GMT) |
commit | 369b4e1b92491aa57b0bf430b89bf732b80fa6a4 (patch) | |
tree | 2bf00a93ad1c195ef7d446e8989069f218a2cd47 /src/Slit.hh | |
parent | 2566d84561ce9f5ecaf1adcce97eb578747034e3 (diff) | |
download | fluxbox_pavel-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.zip fluxbox_pavel-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.hh | 5 |
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; | |||
49 | class BScreen; | 49 | class BScreen; |
50 | class FbMenu; | 50 | class FbMenu; |
51 | class Strut; | 51 | class Strut; |
52 | class Layer; | ||
52 | 53 | ||
53 | /// Handles dock apps | 54 | /// Handles dock apps |
54 | class Slit: public FbTk::EventHandler, public FbTk::Observer, public LayerObject { | 55 | class 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 | ||