http://bugs.winehq.org/show_bug.cgi?id=20865
--- Comment #32 from Austin Lund austin.lund@gmail.com 2010-06-22 18:23:59 --- Created an attachment (id=29075) --> (http://bugs.winehq.org/attachment.cgi?id=29075) WINEDEBUG=+win,+x11drv,+event wine a.exe 2>&1 | egrep '(event.X11DRV_ConfigureNotify|SetWindowPos.hwnd|sync_window_pos)'
Attached is the output of
WINEDEBUG=+win,+x11drv,+event wine a.exe 2>&1 | egrep '(event.X11DRV_ConfigureNotify|SetWindowPos.hwnd|sync_window_pos)'
for the two situations of no load and full load (full load being 'for t in $(seq 10); do cat /dev/urandom > /dev/null & done'). This was done with wine-1.2-rc4-70-g802c4de. Though I will note that the harsh jumping has settled down considerably since 00b06dac85c096f20f7beed8898553166f07e6ad, but the calling of SetWindowPos back to a previous location does still occur.