renamed versatile into untiled
This commit is contained in:
parent
27b0595af7
commit
587100873a
9 changed files with 51 additions and 51 deletions
2
draw.c
2
draw.c
|
@ -81,7 +81,7 @@ drawstatus(void) {
|
|||
dc.x = x;
|
||||
if(sel) {
|
||||
drawtext(sel->name, dc.sel);
|
||||
drawsquare(sel->ismax, sel->isversatile, dc.sel);
|
||||
drawsquare(sel->ismax, sel->isuntiled, dc.sel);
|
||||
}
|
||||
else
|
||||
drawtext(NULL, dc.norm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue