Mercurial > 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 wrap: on
line diff
--- 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