http://bugs.winehq.org/show_bug.cgi?id=1943
Summary: InvalidateRect( hDeskTopWindow,0,0) does not work Product: Wine Version: 20031212 Platform: PC OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi AssignedTo: wine-bugs@winehq.org ReportedBy: eetasoft@online.ee
To reproduce:
1. unzip bug attachment files to some directory. 2. Add the following lines to WINE config file: [Version] "Windows" = "nt351" 3. Run
WINE invalidaterectbug.exe
4. Press down arrow key ten times or scroll down 5. Press up arrow ten times or scroll up
Observed result:
A garbage foxpro report preview screen appears and remains.
Expected result: A garbage screen must disapper after each 1 second. This code calls InvalidateRect(hGetDeskTopWindow,0,0) after each second. InvalidateRect() must forse correct repainting of screen.