diff options
author | rathnor <rathnor> | 2003-06-23 14:16:05 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-06-23 14:16:05 (GMT) |
commit | 09a5c23c5b099af531842ae7868e98bc8d717dac (patch) | |
tree | cf5ea34c09ee3d16ddc2e9abfc1bd2880a94067d /src/Slit.hh | |
parent | 2e6baffb9bf988901f9fa02f651efc9b2528d7b5 (diff) | |
download | fluxbox-09a5c23c5b099af531842ae7868e98bc8d717dac.zip fluxbox-09a5c23c5b099af531842ae7868e98bc8d717dac.tar.bz2 |
fix grouping to persist over restart, plus various related bugs.
Also move a large proportion of window initialisation from FluxboxWindow to
WinClient
Diffstat (limited to 'src/Slit.hh')
-rw-r--r-- | src/Slit.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh index c83a50f..642e50f 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.33 2003/06/22 12:32:08 fluxgen Exp $ | 25 | /// $Id: Slit.hh,v 1.34 2003/06/23 14:16:04 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef SLIT_HH | 27 | #ifndef SLIT_HH |
28 | #define SLIT_HH | 28 | #define SLIT_HH |
@@ -67,6 +67,8 @@ public: | |||
67 | inline bool doAutoHide() const { return *m_rc_auto_hide; } | 67 | inline bool doAutoHide() const { return *m_rc_auto_hide; } |
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; } | ||
71 | inline void saveOnHead(int head) { m_rc_on_head = head; } | ||
70 | FbTk::Menu &menu() { return m_slitmenu; } | 72 | FbTk::Menu &menu() { return m_slitmenu; } |
71 | 73 | ||
72 | inline const FbTk::FbWindow &window() const { return frame.window; } | 74 | inline const FbTk::FbWindow &window() const { return frame.window; } |