diff options
author | rathnor <rathnor> | 2003-07-19 11:55:49 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-07-19 11:55:49 (GMT) |
commit | 2f1f364fa2d7c72b93d4dbcde321abace5e2109d (patch) | |
tree | 0cf9bd8b1b08922dbc09c19310d9bfb76ea64c3a /src/Toolbar.hh | |
parent | 939e750684971412eda6245ef012435c86ee2d47 (diff) | |
download | fluxbox_pavel-2f1f364fa2d7c72b93d4dbcde321abace5e2109d.zip fluxbox_pavel-2f1f364fa2d7c72b93d4dbcde321abace5e2109d.tar.bz2 |
fix up xinerama for heads of toolbar and slit
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r-- | src/Toolbar.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh index 59b1600..70b30e2 100644 --- a/src/Toolbar.hh +++ b/src/Toolbar.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: Toolbar.hh,v 1.38 2003/07/10 15:52:58 fluxgen Exp $ | 25 | // $Id: Toolbar.hh,v 1.39 2003/07/19 11:55:49 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef TOOLBAR_HH | 27 | #ifndef TOOLBAR_HH |
28 | #define TOOLBAR_HH | 28 | #define TOOLBAR_HH |
@@ -118,6 +118,9 @@ public: | |||
118 | inline ToolbarTheme &theme() { return m_theme; } | 118 | inline ToolbarTheme &theme() { return m_theme; } |
119 | bool isVertical() const; | 119 | bool isVertical() const; |
120 | 120 | ||
121 | inline int getOnHead() const { return *m_rc_on_head; } | ||
122 | void saveOnHead(int head); | ||
123 | |||
121 | /** | 124 | /** |
122 | @name eventhandlers | 125 | @name eventhandlers |
123 | */ | 126 | */ |