aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-27 13:03:04 (GMT)
committerfluxgen <fluxgen>2002-11-27 13:03:04 (GMT)
commit2f70830cbc53b43fcc92e925e55311cfb780d1e4 (patch)
tree0a4d58b2f0475945eb179d84a617f2e21bd8842b /src/Screen.cc
parent5a699db18fd77565f6127cf6502c0c32f4658f45 (diff)
downloadfluxbox-2f70830cbc53b43fcc92e925e55311cfb780d1e4.zip
fluxbox-2f70830cbc53b43fcc92e925e55311cfb780d1e4.tar.bz2
toolbar changes
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 1d885be..b3925c9 100644
--- a/src/Screen.cc
+++ b/src/Screen.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: Screen.cc,v 1.84 2002/11/25 14:07:21 fluxgen Exp $ 25// $Id: Screen.cc,v 1.85 2002/11/27 13:01:28 fluxgen Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -986,13 +986,13 @@ void BScreen::raiseWindows(const Workspace::Stack &workspace_stack) {
986#endif // SLIT 986#endif // SLIT
987 987
988 session_stack[i++] = 988 session_stack[i++] =
989 m_toolbar->getMenu()->getPlacementmenu()->windowID(); 989 m_toolbar->menu().placementmenu()->windowID();
990#ifdef XINERAMA 990#ifdef XINERAMA
991 if (hasXinerama()) { 991 if (hasXinerama()) {
992 session_stack[i++] = m_toolbar->getMenu()->getHeadmenu()->windowID(); 992 session_stack[i++] = m_toolbar->getMenu()->getHeadmenu()->windowID();
993 } 993 }
994#endif // XINERAMA 994#endif // XINERAMA
995 session_stack[i++] = m_toolbar->getMenu()->windowID(); 995 session_stack[i++] = m_toolbar->menu().windowID();
996 996
997 Rootmenus::iterator rit = rootmenuList.begin(); 997 Rootmenus::iterator rit = rootmenuList.begin();
998 Rootmenus::iterator rit_end = rootmenuList.end(); 998 Rootmenus::iterator rit_end = rootmenuList.end();