[client] Fix regression (closed windows still mapped on the screen)

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Arnaud Fontaine 2008-04-20 19:06:26 +02:00 committed by Julien Danjou
parent c3642713b9
commit 6d1cb32837
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ event_handle_unmapnotify(void *data __attribute__ ((unused)),
* 0x80) in XCB because the SendEvent bit is available in the * 0x80) in XCB because the SendEvent bit is available in the
* response_type field * response_type field
*/ */
bool send_event = ((ev->response_type & 0x7f) >> 7); bool send_event = ((ev->response_type & 0x80) >> 7);
if((c = client_get_bywin(globalconf.clients, ev->window)) if((c = client_get_bywin(globalconf.clients, ev->window))
&& ev->event == xcb_aux_get_screen(connection, c->phys_screen)->root && ev->event == xcb_aux_get_screen(connection, c->phys_screen)->root