added bar event timer

This commit is contained in:
Anselm R. Garbe
2006-07-11 18:15:11 +02:00
parent 3399650076
commit 586f66331d
9 changed files with 87 additions and 51 deletions

View File

@ -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)
{
}