JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed several other stuff, coming closer to something useful
[dwm.git] / event.c
diff --git a/event.c b/event.c
index f29038a..ba41f55 100644 (file)
--- a/event.c
+++ b/event.c
@@ -204,6 +204,10 @@ propertynotify(XEvent *e)
                }
                if(ev->atom == XA_WM_NAME || ev->atom == net_atom[NetWMName]) {
                        update_name(c);
+                       if(c == stack)
+                               draw_bar();
+                       else
+                               draw_client(c);
                }
        }
 }