all repos — openbox @ 053558dc5ffa7f561d06cfd43926e19b4d4da422

openbox fork - make it a bit more like ryudo

add a comment
Dana Jansens danakj@orodu.net
commit

053558dc5ffa7f561d06cfd43926e19b4d4da422

parent

f9f32d9fbaae9ca415603bb61b36393994afbd16

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

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

@@ -3230,11 +3230,11 @@ response to a lack of PING replies */

XKillClient(ob_display, self->window); else if (self->not_responding) client_kill(self); - else { + else + /* request the client to close with WM_DELETE_WINDOW */ PROP_MSG_TO(self->window, self->window, wm_protocols, prop_atoms.wm_delete_window, event_curtime, 0, 0, 0, NoEventMask); - } } void client_kill(ObClient *self)