added visibility check to enternotify as well
arg@mmvi unknown
Fri, 15 Sep 2006 14:21:25 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
event.c
→
event.c
@@ -232,7 +232,7 @@
if(ev->mode != NotifyNormal || ev->detail == NotifyInferior) return; - if((c = getclient(ev->window)) || (c = getctitle(ev->window))) + if(((c = getclient(ev->window)) || (c = getctitle(ev->window))) && isvisible(c)) focus(c); else if(ev->window == root) { issel = True;