7 lines
70 B
C
7 lines
70 B
C
|
void
|
||
|
showbar(const Arg *arg)
|
||
|
{
|
||
|
barvisibility = arg->i;
|
||
|
drawbar();
|
||
|
}
|