Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds...
[dwm.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
58f3998
..
e0a93fe
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-81,7
+81,7
@@
drawstatus(void) {
dc.x = x;
if(sel) {
drawtext(sel->name, dc.sel);
- drawsquare(sel->ismax, sel->is
untiled
, dc.sel);
+ drawsquare(sel->ismax, sel->is
floating
, dc.sel);
}
else
drawtext(NULL, dc.norm);