Focus clients on click.

This commit is contained in:
Kris Maglione 2007-02-08 12:29:26 -05:00
parent 9897ab516c
commit 585e0a5f17
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ buttonpress(XEvent *e) {
}else{
if(ev->button == Button1) {
frame_to_top(f);
restack_view(f->view);
focus(f->client, True);
}
XAllowEvents(blz.dpy, ReplayPointer, ev->time);
}