summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c4
1 files 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)