JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added bar event timer
[dwm.git] / client.c
index caa523c..f87fb80 100644 (file)
--- a/client.c
+++ b/client.c
@@ -122,6 +122,8 @@ unmanage(Client *c)
        XSetErrorHandler(error_handler);
        XUngrabServer(dpy);
        flush_events(EnterWindowMask);
+       if(stack)
+               focus(stack);
 }
 
 
@@ -135,3 +137,10 @@ getclient(Window w)
        return NULL;
 }
 
+void
+draw_client(Client *c)
+{
+       
+
+
+}