X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=1683c6082d1bfff657322164df45dd68af9955ba;hb=2521fd24c59d1f526cb355952801c3afcf7b9e1f;hp=146b0bf588b50f2e1f4d3b627012430492419884;hpb=9d503617085b4f886a2fb5af3c96439669912789;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 146b0bf5..1683c608 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2872,7 +2872,7 @@ void client_configure(ObClient *self, gint x, gint y, gint w, gint h, gint b, event.xconfigure.width = w; event.xconfigure.height = h; event.xconfigure.border_width = self->border_width; - event.xconfigure.above = self->frame->plate; + event.xconfigure.above = None; event.xconfigure.override_redirect = FALSE; XSendEvent(event.xconfigure.display, event.xconfigure.window, FALSE, StructureNotifyMask, &event);