X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fhandlers.c;h=d1b3a73cd0cb42a3e1e6d5cc3c631a553bd6ff4a;hb=ede954128afca118025db6a04d4d9d259473c70f;hp=0b6858d9f7dcd2cc2b5aa716ce39b4e7bb39afe1;hpb=4cba9fcbdab1487459014dbf8882f5f34e61435e;p=i3%2Fi3 diff --git a/src/handlers.c b/src/handlers.c index 0b6858d9..d1b3a73c 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -494,7 +494,7 @@ static void handle_unmap_notify_event(xcb_unmap_notify_event_t *event) { xcb_delete_property(conn, event->window, A__NET_WM_DESKTOP); xcb_delete_property(conn, event->window, A__NET_WM_STATE); - tree_close_internal(con, DONT_KILL_WINDOW, false, false); + tree_close_internal(con, DONT_KILL_WINDOW, false); tree_render(); ignore_end: @@ -867,7 +867,7 @@ static void handle_client_message(xcb_client_message_event_t *event) { if (event->data.data32[0]) last_timestamp = event->data.data32[0]; - tree_close_internal(con, KILL_WINDOW, false, false); + tree_close_internal(con, KILL_WINDOW, false); tree_render(); } else { DLOG("Couldn't find con for _NET_CLOSE_WINDOW request. (window = %d)\n", event->window);