http://bugs.winehq.com/show_bug.cgi?id=14
*** shadow/14 Sun May 26 12:14:23 2002 --- shadow/14.tmp.15129 Sun May 26 12:14:23 2002 *************** *** 0 **** --- 1,46 ---- + +============================================================================+ + | Resize lag in managed mode | + +----------------------------------------------------------------------------+ + | Bug #: 14 Product: Wine | + | Status: CLOSED Version: unspecified | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-gui | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: fgouget@codeweavers.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + One sees this best in programs that update their display each time a resize + occurs. For instance linedemo draws the diagonals of the windows, plus an + inscribed ellipse so that the whole window is redrawn each time it is resized. + + After the first resize the content of the window does not change (visually). + After the second resize the content of the window is updated and matches the + size information of the first resize. After the third resize the display matches + the size of the window after the second resize, etc. This is especially visible + if you alternately change the width and height of the window. + + It seems that in some cases this behavior does not appear immediately. In that + case, changing the focus to another window, possibly one that will obscure the + Wine window, triggers this bug. + + Test program: chap04/linedemo.exe in the Petzold 95 (Programming Windows 95) + plus many others where the bug is more or less visible (chap04/bezier.exe, + chap04/clover.exe, chap04/metafile.exe, chap15/print1.exe, ...). This bug + plagues about 11 of the Programming Windows 95 samples. + + ------- Additional Comments From fgouget@codeweavers.com 2000-10-01 22:02 ------- + Somehow I entered this bug twice :-(. + Let's keep bug 15. + Weird! + + + *** This bug has been marked as a duplicate of 15 *** + + ------- Additional Comments From Speeddymon@yahoo.com 2002-05-26 12:14 ------- + Closing this one since the other one is closed