diff --git a/client.c b/client.c index 590de4f00..9d3c1ea68 100644 --- a/client.c +++ b/client.c @@ -268,6 +268,9 @@ configure(Client * c) XSendEvent(c->display, c->win, False, StructureNotifyMask, (XEvent *) & ce); } +/** Detach client from clients list + * \param c client to detach + */ void detach(Client * c) {