add a comment

This commit is contained in:
Dana Jansens 2008-01-15 22:53:05 -05:00
parent f9f32d9fba
commit 053558dc5f

View file

@ -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)