document detach function

This commit is contained in:
Julien Danjou 2007-10-03 00:13:09 +02:00
parent 7358c9d24c
commit 7e1be2be50
1 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,9 @@ configure(Client * c)
XSendEvent(c->display, c->win, False, StructureNotifyMask, (XEvent *) & ce); XSendEvent(c->display, c->win, False, StructureNotifyMask, (XEvent *) & ce);
} }
/** Detach client from clients list
* \param c client to detach
*/
void void
detach(Client * c) detach(Client * c)
{ {