added bar event timer
This commit is contained in:
parent
3399650076
commit
586f66331d
9 changed files with 87 additions and 51 deletions
9
client.c
9
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)
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue