X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fframe.cc;h=388dcea64a8451aa5f30955a851bee389e6cfdfd;hb=e503323dcf36c7b4c173ddc0cd302b8642361f48;hp=b802889aac090b62b664a6f67d9bcc43d64354e3;hpb=06a80ce2c7a189e26063d5e4e475ca500778aba5;p=chaz%2Fopenbox 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; }