|
@ -648,7 +648,8 @@ enternotify(XEvent *e) { |
|
|
return; |
|
|
return; |
|
|
if((c = getclient(ev->window))) { |
|
|
if((c = getclient(ev->window))) { |
|
|
focus(c); |
|
|
focus(c); |
|
|
restack(); |
|
|
|
|
|
|
|
|
if(ISTILE && !c->isfloating) |
|
|
|
|
|
restack(); |
|
|
} |
|
|
} |
|
|
else if(ev->window == root) { |
|
|
else if(ev->window == root) { |
|
|
selscreen = True; |
|
|
selscreen = True; |
|
|