some more additions/fixes
This commit is contained in:
parent
896f08d7d5
commit
2a0fc84c4a
5 changed files with 32 additions and 3 deletions
2
event.c
2
event.c
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue