dwm-meillo
diff event.c @ 31:386649deb651
before leaning things up
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 01:04:38 +0200 |
parents | 2e0fb4130bfb |
children | 082c75b937b5 |
line diff
1.1 --- a/event.c Wed Jul 12 17:50:31 2006 +0200 1.2 +++ b/event.c Thu Jul 13 01:04:38 2006 +0200 1.3 @@ -126,7 +126,7 @@ 1.4 if((c = getclient(ev->window))) 1.5 focus(c); 1.6 else if(ev->window == root) 1.7 - sel_screen = True; 1.8 + issel = True; 1.9 } 1.10 1.11 static void 1.12 @@ -135,7 +135,7 @@ 1.13 XCrossingEvent *ev = &e->xcrossing; 1.14 1.15 if((ev->window == root) && !ev->same_screen) 1.16 - sel_screen = True; 1.17 + issel = True; 1.18 } 1.19 1.20 static void