diff event.c @ 711:b40134b93de3

I think this is the best solution of multihead support
author Anselm R. Garbe <arg@suckless.org>
date Tue, 23 Jan 2007 11:49:16 +0100
parents 6c2fcf88dd9f
children 7034ee0f48d6
line wrap: on
line diff
--- a/event.c	Mon Jan 22 16:02:37 2007 +0100
+++ b/event.c	Tue Jan 23 11:49:16 2007 +0100
@@ -270,7 +270,7 @@
 
 	if((ev->window == root) && !ev->same_screen) {
 		issel = False;
-		focus(sel);
+		focus(NULL);
 	}
 }