JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
some more additions/fixes
[dwm.git] / event.c
diff --git a/event.c b/event.c
index ba41f55..a47bc25 100644 (file)
--- 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();