http://bugs.winehq.org/show_bug.cgi?id=20865
--- Comment #4 from Austin Lund austin.lund@gmail.com 2009-12-01 06:20:03 --- Created an attachment (id=25032) --> (http://bugs.winehq.org/attachment.cgi?id=25032) Test program showing bug
This simple test program also shows the bug. In particular setting WINEDEBUG=+win and grepping for SetWindowPos (and the word "after") shows calls to SetWindowPos and some are in reverse order. The reversed ones also have different flags set.
Interestingly, when I increase the timer interval, eventually it goes away.