From: Dana Jansens Date: Wed, 16 Jan 2008 03:53:05 +0000 (-0500) Subject: add a comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=053558dc5ffa7f561d06cfd43926e19b4d4da422;p=chaz%2Fopenbox add a comment --- 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)