diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-27 14:49:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-27 14:49:44 +0000 |
| commit | 2521fd24c59d1f526cb355952801c3afcf7b9e1f (patch) | |
| tree | 94ecefae6f809046c2ab8c32aa789071a3966a7f /openbox | |
| parent | 9d503617085b4f886a2fb5af3c96439669912789 (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.c | 2 |
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); |
