From 2521fd24c59d1f526cb355952801c3afcf7b9e1f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 May 2007 14:49:44 +0000 Subject: don't set the above member in synthetic configurenotify events add more output in confignotify test --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox') 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); -- cgit v1.2.3