documentation

This commit is contained in:
Julien Danjou 2007-09-06 18:43:49 +02:00
parent 9f752ef031
commit 379136c2a6
1 changed files with 4 additions and 0 deletions

4
draw.c
View File

@ -92,6 +92,10 @@ drawsquare(Bool filled, Bool empty, unsigned long col[ColLast], Display *disp)
} }
} }
/** Check if at least a client is tagged with tag number t
* \param t tag number
* \return True or False
*/
static Bool static Bool
isoccupied(unsigned int t) isoccupied(unsigned int t)
{ {