mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
document detach function
This commit is contained in:
parent
7358c9d24c
commit
7e1be2be50
1 changed files with 3 additions and 0 deletions
3
client.c
3
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue