replaced XSetBorder.../focus()
This commit is contained in:
parent
dee5ea2335
commit
ddc79603f9
1 changed files with 1 additions and 1 deletions
2
event.c
2
event.c
|
@ -236,7 +236,7 @@ enternotify(XEvent *e) {
|
|||
issel = True;
|
||||
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
|
||||
if(sel)
|
||||
XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]);
|
||||
focus(sel);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue