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.cc | |
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.cc')
-rw-r--r-- | src/Toolbar.cc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index e0f4424..251d8dd 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -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.cc,v 1.101 2003/07/18 15:40:55 rathnor Exp $ | 25 | // $Id: Toolbar.cc,v 1.102 2003/07/19 11:55:49 rathnor Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -1397,7 +1397,7 @@ void Toolbar::setupMenus() { | |||
1397 | tbar.screen(), | 1397 | tbar.screen(), |
1398 | tbar.screen().imageControl(), | 1398 | tbar.screen().imageControl(), |
1399 | *tbar.screen().layerManager().getLayer(Fluxbox::instance()->getMenuLayer()), | 1399 | *tbar.screen().layerManager().getLayer(Fluxbox::instance()->getMenuLayer()), |
1400 | &tbar | 1400 | tbar |
1401 | )); | 1401 | )); |
1402 | } | 1402 | } |
1403 | 1403 | ||
@@ -1442,3 +1442,8 @@ void Toolbar::setupMenus() { | |||
1442 | tbar.placementMenu().update(); | 1442 | tbar.placementMenu().update(); |
1443 | menu.update(); | 1443 | menu.update(); |
1444 | } | 1444 | } |
1445 | |||
1446 | void Toolbar::saveOnHead(int head) { | ||
1447 | m_rc_on_head = head; | ||
1448 | reconfigure(); | ||
1449 | } | ||