http://bugs.winehq.org/show_bug.cgi?id=22290
--- Comment #18 from Wylda wylda@volny.cz 2010-05-19 12:55:32 --- Created an attachment (id=28097) --> (http://bugs.winehq.org/attachment.cgi?id=28097) pol.exe refresh problem when in windowed mode
(In reply to comment #17)
Should be fixed by 4889c33da6831a909e505229bc59cf64461617ec.
OK, this one puts that into before regression state. Can we continue to live here or open a new one?
GyB, you joined here. Is:
git checkout -f 4889c33da6831a909e505229bc59cf64461617ec
also OK for your comment #15?
The attached patch should help a bit for the black border. We'll probably still want to fix BltOverride() to not do a needless software fallback though.
Yes, the patch is good, content moves synchronously with it's window, but there is still one unfix scenario:
Move the app's window so, that 50% is visible (rest is behind the edge wine's windows, i.e. not visible). Now try to resize -> window becomes completely black again until you move it so, that 100% of app's is visible.
I would say, that this is some kind of refresh problem, because if you make just 50% visible, than move again so 60% of the window is visible, then newly visible 10% is not refreshed. Attachment shows that better.
Or this issue is the BltOverride() SW fallback you talked about?