Browse Source

deciding for focus(NULL);

master
Anselm R. Garbe 18 years ago
parent
commit
1e051d71f5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      event.c

+ 2
- 2
event.c View File

@ -273,9 +273,9 @@ leavenotify(XEvent *e) {
XCrossingEvent *ev = &e->xcrossing;
if((ev->window == root) && !ev->same_screen) {
issel = False;
if(sel)
XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
focus(NULL);
issel = False;
}
}


Loading…
Cancel
Save