On 11/17/09, Szabolcs Nagy <nszabo...@gmail.com> wrote:
> i think i found an issue with monitor focusing:
>
> in enternotify monitor change events are checked
>     if((m = wintomon(ev->window)) && m != selmon) {
>         unfocus(selmon->sel);
>         selmon = m;
>     }
>

another related corner case:
moving window to another monitor does not move the focus
but when the mouse pointer is on the other monitor and no window is
there yet then monitor focus changes too

Reply via email to