aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-16 16:18:06 (GMT)
committerrathnor <rathnor>2003-04-16 16:18:06 (GMT)
commite48f7836fdaca03e0626b3e7ac4d37c99dd35dc9 (patch)
treedd5421ed6b26c0d882dd34a91dfc01eb1ae3ee85 /src/Slit.hh
parent9163668e98e1683b95fb5cc44c19b3695c7857c4 (diff)
downloadfluxbox-e48f7836fdaca03e0626b3e7ac4d37c99dd35dc9.zip
fluxbox-e48f7836fdaca03e0626b3e7ac4d37c99dd35dc9.tar.bz2
fix saving of various slit params (Simon)
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh6
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
45class SlitClient; 44class SlitClient;
45class BScreen;
46 46
47/// Handles dock apps 47/// Handles dock apps
48class Slit : public FbTk::TimeoutHandler, public FbTk::EventHandler { 48class 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();