document detach function

This commit is contained in:
Julien Danjou 2007-10-03 00:13:09 +02:00
parent 7358c9d24c
commit 7e1be2be50

View file

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