deciding for focus(NULL);
1e051d71
1 file(s) · +2 −2
| 273 | 273 | XCrossingEvent *ev = &e->xcrossing; |
|
| 274 | 274 | ||
| 275 | 275 | if((ev->window == root) && !ev->same_screen) { |
|
| 276 | - | issel = False; |
|
| 277 | 276 | if(sel) |
|
| 278 | - | XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]); |
|
| 277 | + | focus(NULL); |
|
| 278 | + | issel = False; |
|
| 279 | 279 | } |
|
| 280 | 280 | } |
|
| 281 | 281 |