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