]> Dogcows Code - chaz/openbox/blobdiff - src/frame.cc
HRM manageExisting() isnt working!
[chaz/openbox] / src / frame.cc
index b802889aac090b62b664a6f67d9bcc43d64354e3..388dcea64a8451aa5f30955a851bee389e6cfdfd 100644 (file)
@@ -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;
 }
 
This page took 0.022601 seconds and 4 git commands to generate.