From 373b11de11fd5cee875ef521e3ac0527565c4721 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 23 Jan 2007 11:49:16 +0100 Subject: I think this is the best solution of multihead support --- event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'event.c') diff --git a/event.c b/event.c index 2e021d5..c913320 100644 --- a/event.c +++ b/event.c @@ -270,7 +270,7 @@ leavenotify(XEvent *e) { if((ev->window == root) && !ev->same_screen) { issel = False; - focus(sel); + focus(NULL); } } -- cgit v1.2.3