summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-27 14:49:44 +0000
committerDana Jansens <danakj@orodu.net>2007-05-27 14:49:44 +0000
commit2521fd24c59d1f526cb355952801c3afcf7b9e1f (patch)
tree94ecefae6f809046c2ab8c32aa789071a3966a7f /openbox
parent9d503617085b4f886a2fb5af3c96439669912789 (diff)
don't set the above member in synthetic configurenotify events
add more output in confignotify test
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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);