this variant is known to work, but focus() is ugly - we need in general a better way to handle multihead, this issel-stuff looks awkward (maybe it might be a good idea to set sel to NULL but to introduce a Client *revert which is set if a screen is unfocused, have to think about it further).
This commit is contained in:
parent
b233089815
commit
fcd98308ba
2 changed files with 13 additions and 9 deletions
2
event.c
2
event.c
|
@ -269,8 +269,8 @@ leavenotify(XEvent *e) {
|
|||
XCrossingEvent *ev = &e->xcrossing;
|
||||
|
||||
if((ev->window == root) && !ev->same_screen) {
|
||||
focus(NULL);
|
||||
issel = False;
|
||||
focus(sel);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue