On 11/17/09, Szabolcs Nagy <nszabolcs_AT_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
Received on Tue Nov 17 2009 - 20:38:15 UTC
This archive was generated by hypermail 2.2.0 : Tue Nov 17 2009 - 20:48:06 UTC