aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-19 11:55:49 (GMT)
committerrathnor <rathnor>2003-07-19 11:55:49 (GMT)
commit2f1f364fa2d7c72b93d4dbcde321abace5e2109d (patch)
tree0cf9bd8b1b08922dbc09c19310d9bfb76ea64c3a /src/Slit.hh
parent939e750684971412eda6245ef012435c86ee2d47 (diff)
downloadfluxbox-2f1f364fa2d7c72b93d4dbcde321abace5e2109d.zip
fluxbox-2f1f364fa2d7c72b93d4dbcde321abace5e2109d.tar.bz2
fix up xinerama for heads of toolbar and slit
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 5fa80bd..023d35d 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.35 2003/06/24 13:42:23 fluxgen Exp $ 25/// $Id: Slit.hh,v 1.36 2003/07/19 11:55:49 rathnor Exp $
26 26
27#ifndef SLIT_HH 27#ifndef SLIT_HH
28#define SLIT_HH 28#define SLIT_HH
@@ -68,7 +68,7 @@ public:
68 inline Direction direction() const { return *m_rc_direction; } 68 inline Direction direction() const { return *m_rc_direction; }
69 inline Placement placement() const { return *m_rc_placement; } 69 inline Placement placement() const { return *m_rc_placement; }
70 inline int getOnHead() const { return *m_rc_on_head; } 70 inline int getOnHead() const { return *m_rc_on_head; }
71 inline void saveOnHead(int head) { m_rc_on_head = head; } 71 void saveOnHead(int head);
72 FbTk::Menu &menu() { return m_slitmenu; } 72 FbTk::Menu &menu() { return m_slitmenu; }
73 73
74 inline const FbTk::FbWindow &window() const { return frame.window; } 74 inline const FbTk::FbWindow &window() const { return frame.window; }