document detach function
This commit is contained in:
parent
7358c9d24c
commit
7e1be2be50
3
client.c
3
client.c
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue