Mercurial > aewl
comparison draw.c @ 377:b1159a638d0a
removed crappy variables
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 28 Aug 2006 14:32:51 +0200 |
parents | fc9d35252ab4 |
children | 9d23330a5268 |
comparison
equal
deleted
inserted
replaced
376:201acf925788 | 377:b1159a638d0a |
---|---|
131 } | 131 } |
132 | 132 |
133 void | 133 void |
134 drawtitle(Client *c) | 134 drawtitle(Client *c) |
135 { | 135 { |
136 int i; | |
137 | |
138 if(c == sel && issel) { | 136 if(c == sel && issel) { |
139 drawstatus(); | 137 drawstatus(); |
140 XUnmapWindow(dpy, c->twin); | 138 XUnmapWindow(dpy, c->twin); |
141 XSetWindowBorder(dpy, c->win, dc.sel[ColBG]); | 139 XSetWindowBorder(dpy, c->win, dc.sel[ColBG]); |
142 return; | 140 return; |