]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
don't set the above member in synthetic configurenotify events
[chaz/openbox] / openbox / client.c
index 146b0bf588b50f2e1f4d3b627012430492419884..1683c6082d1bfff657322164df45dd68af9955ba 100644 (file)
@@ -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);
This page took 0.021532 seconds and 4 git commands to generate.