aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
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();