aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-08-12 15:29:50 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-08-26 06:06:47 (GMT)
commit6c0565c482b496b7d34e3731415829e7c4872535 (patch)
tree7b59e1a464c3c915e98f2d292cb5e4e992b3985e /src/Screen.hh
parentf22435d60bf7a52e00608576074dd791e8731bf2 (diff)
downloadfluxbox-6c0565c482b496b7d34e3731415829e7c4872535.zip
fluxbox-6c0565c482b496b7d34e3731415829e7c4872535.tar.bz2
add commands to toggle toolbar and slit layer
toggle(Toolbar|Slit)Above toggles the resp. item between its regular and the AboveDock layer (ie. above everything, even visible on active fullscreen windows) Also required step for autoraising. REQUEST: 222
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 32a7f7a..a6aa9fb 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -126,6 +126,11 @@ public:
126 Slit *slit() { return m_slit.get(); } 126 Slit *slit() { return m_slit.get(); }
127 /// @return the slit, @see Slit 127 /// @return the slit, @see Slit
128 const Slit *slit() const { return m_slit.get(); } 128 const Slit *slit() const { return m_slit.get(); }
129
130 /// @return the toolbar, @see Toolbar
131 Toolbar *toolbar() { return m_toolbar.get(); }
132 /// @return the toolbar, @see Toolbar
133 const Toolbar *toolbar() const { return m_toolbar.get(); }
129 /** 134 /**
130 * @param w the workspace number 135 * @param w the workspace number
131 * @return workspace for the given workspace number 136 * @return workspace for the given workspace number