diff options
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index fec338d..645ba1d 100644 --- a/src/Slit.hh +++ b/src/Slit.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | /// $Id: Slit.hh,v 1.21 2003/04/16 13:43:44 rathnor Exp $ | 25 | /// $Id: Slit.hh,v 1.22 2003/04/16 16:18:05 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SLIT_HH | 27 | #ifndef SLIT_HH |
28 | #define SLIT_HH | 28 | #define SLIT_HH |
@@ -33,7 +33,6 @@ | |||
33 | #include "XLayerItem.hh" | 33 | #include "XLayerItem.hh" |
34 | #include "LayerMenu.hh" | 34 | #include "LayerMenu.hh" |
35 | #include "fluxbox.hh" | 35 | #include "fluxbox.hh" |
36 | #include "Screen.hh" | ||
37 | 36 | ||
38 | #include <X11/Xlib.h> | 37 | #include <X11/Xlib.h> |
39 | #include <X11/Xutil.h> | 38 | #include <X11/Xutil.h> |
@@ -43,6 +42,7 @@ | |||
43 | #include <memory> | 42 | #include <memory> |
44 | 43 | ||
45 | class SlitClient; | 44 | class SlitClient; |
45 | class BScreen; | ||
46 | 46 | ||
47 | /// Handles dock apps | 47 | /// Handles dock apps |
48 | class Slit : public FbTk::TimeoutHandler, public FbTk::EventHandler { | 48 | class Slit : public FbTk::TimeoutHandler, public FbTk::EventHandler { |
@@ -103,7 +103,7 @@ public: | |||
103 | void configureRequestEvent(XConfigureRequestEvent &event); | 103 | void configureRequestEvent(XConfigureRequestEvent &event); |
104 | //@} | 104 | //@} |
105 | 105 | ||
106 | void moveToLayer(int layernum) { m_layeritem->moveToLayer(layernum); m_screen.saveSlitLayer((Fluxbox::Layer) layernum); } | 106 | void moveToLayer(int layernum); |
107 | FbTk::XLayerItem &getLayerItem() { return *m_layeritem; } | 107 | FbTk::XLayerItem &getLayerItem() { return *m_layeritem; } |
108 | 108 | ||
109 | virtual void timeout(); | 109 | virtual void timeout(); |