mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-18 22:06:01 +01:00
documentation
This commit is contained in:
parent
9f752ef031
commit
379136c2a6
1 changed files with 4 additions and 0 deletions
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
|
||||
isoccupied(unsigned int t)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue