diff options
| author | Anselm R. Garbe <[email protected]> | 2007-02-22 17:43:41 +0100 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-02-22 17:43:41 +0100 |
| commit | 587100873a66e34251041678504a8c1e28410591 (patch) | |
| tree | 2ea60a457951a9f21be2deaf0b29244d4cc7c5a9 /draw.c | |
| parent | merged focus{prev.next} into focusclient(1/-1) (diff) | |
| download | seiwm-587100873a66e34251041678504a8c1e28410591.tar.xz seiwm-587100873a66e34251041678504a8c1e28410591.zip | |
renamed versatile into untiled
Diffstat (limited to 'draw.c')
| -rw-r--r-- | draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |