some more additions/fixes

This commit is contained in:
Anselm R. Garbe
2006-07-12 00:00:25 +02:00
parent 896f08d7d5
commit 2a0fc84c4a
5 changed files with 32 additions and 3 deletions

View File

@ -146,7 +146,7 @@ expose(XEvent *e)
Client *c;
if(ev->count == 0) {
if((c = getclient(ev->window)))
if((c = gettitle(ev->window)))
draw_client(c);
else if(ev->window == barwin)
draw_bar();