documentation
This commit is contained in:
parent
9f752ef031
commit
379136c2a6
4
draw.c
4
draw.c
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue