From 053558dc5ffa7f561d06cfd43926e19b4d4da422 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Jan 2008 22:53:05 -0500 Subject: [PATCH] add a comment --- openbox/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/client.c b/openbox/client.c index 2f8f58a9..c90c39bf 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3230,11 +3230,11 @@ void client_close(ObClient *self) 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) -- 2.39.2