all repos — openbox @ e227ac841e1fc7423c90fbd2c13ba379461a39c1

openbox fork - make it a bit more like ryudo

we're only getting one unmap notify now, with the new event mask on the root window. we're not getting one for the frame window anymore.
Dana Jansens danakj@orodu.net
commit

e227ac841e1fc7423c90fbd2c13ba379461a39c1

parent

fb3d2033ba5c9edc198296793dde59341577b9b0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -247,7 +247,7 @@ {

if (self->visible || self->firstmap == FALSE) { if (self->visible) { self->visible = FALSE; - self->client->ignore_unmaps += 2; + self->client->ignore_unmaps += 1; /* we unmap the client itself so that we can get MapRequest events, and because the ICCCM tells us to! */ XUnmapWindow(ob_display, self->window);