From e503323dcf36c7b4c173ddc0cd302b8642361f48 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 11 Nov 2002 10:35:59 +0000 Subject: HRM manageExisting() isnt working! --- src/frame.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/frame.cc') diff --git a/src/frame.cc b/src/frame.cc index b802889a..388dcea6 100644 --- a/src/frame.cc +++ b/src/frame.cc @@ -405,7 +405,7 @@ void OBFrame::grabClient() OBClient::event_mask); // raise the client above the frame - XRaiseWindow(otk::OBDisplay::display, _client->window()); + //XRaiseWindow(otk::OBDisplay::display, _client->window()); // map the client so it maps when the frame does XMapWindow(otk::OBDisplay::display, _client->window()); @@ -454,7 +454,6 @@ Window OBFrame::createChild(Window parent, Cursor cursor) Window w = XCreateWindow(otk::OBDisplay::display, parent, 0, 0, 1, 1, 0, _screen->getDepth(), InputOutput, _screen->getVisual(), create_mask, &attrib_create); - XRaiseWindow(otk::OBDisplay::display, w); // raise above the parent return w; } -- cgit v1.2.3