X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=event.c;h=a47bc25286bdec51e555a498a4e7a3b84258f3ec;hp=ba41f55638260aa35acda3f153b38cfcf429b909;hb=2a0fc84c4af2257d79c4c7cb37131c4acb763162;hpb=896f08d7d553f7def3877648c113cf03e6ca546a diff --git a/event.c b/event.c index ba41f55..a47bc25 100644 --- a/event.c +++ b/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();