http://bugs.winehq.org/show_bug.cgi?id=2155
rmh@aybabtu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #5751 is|0 |1 obsolete| |
------- Additional Comments From rmh@aybabtu.com 2007-17-04 08:06 ------- Created an attachment (id=5827) --> (http://bugs.winehq.org/attachment.cgi?id=5827&action=view) correct a few mistakes
It seems that my patch triggers a loop somewhere that makes wine request focus alternatively for each of the windows untill user moves cursor over one of them. I suppose that since _NET_ACTIVE_WINDOW is not garanteed to succeed one has to check if it did.
I tried to trace this down and made a few corrections while at it (attached), but I couldn't figure out where did this loop start and run out of time. Maybe I can revisit this later...