event.c
changeset 31 386649deb651
parent 30 2e0fb4130bfb
child 32 082c75b937b5
--- a/event.c	Wed Jul 12 17:50:31 2006 +0200
+++ b/event.c	Thu Jul 13 01:04:38 2006 +0200
@@ -126,7 +126,7 @@
 	if((c = getclient(ev->window)))
 		focus(c);
 	else if(ev->window == root)
-		sel_screen = True;
+		issel = True;
 }
 
 static void
@@ -135,7 +135,7 @@
 	XCrossingEvent *ev = &e->xcrossing;
 
 	if((ev->window == root) && !ev->same_screen)
-		sel_screen = True;
+		issel = True;
 }
 
 static void