diff options
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 | ||