From fcd98308ba65c8872b485ac7f1800841b0a29e5c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 22 Jan 2007 10:35:58 +0100 Subject: 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). --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event.c') diff --git a/event.c b/event.c index e0718d3..2e021d5 100644 --- a/event.c +++ b/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); } } -- cgit v1.2.3-54-g00ecf