X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=event.c;h=6656d013987136081462b7e4849a46301709a715;hp=37196d1fdffa3d987787552339fd6ad011de063d;hb=da2bbd371c522d63d737d43a127601a3fdbcb9d8;hpb=b1701adf75297747c52e0c3ed2c314cd10129907 diff --git a/event.c b/event.c index 37196d1..6656d01 100644 --- a/event.c +++ b/event.c @@ -126,7 +126,7 @@ enternotify(XEvent *e) if((c = getclient(ev->window))) focus(c); else if(ev->window == root) - sel_screen = True; + issel = True; } static void @@ -135,7 +135,7 @@ leavenotify(XEvent *e) XCrossingEvent *ev = &e->xcrossing; if((ev->window == root) && !ev->same_screen) - sel_screen = True; + issel = True; } static void