before leaning things up

This commit is contained in:
Anselm R. Garbe
2006-07-13 01:04:38 +02:00
parent b1701adf75
commit da2bbd371c
9 changed files with 151 additions and 113 deletions

View File

@ -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