user32/tests: SetWindowPos() propagates update region from WS_CLIPCHILDREN child to its children (try 3).

Sergey Guralnik serhio at etersoft.ru
Mon Mar 4 01:39:19 CST 2013


This patch demonstrates the most interest case from previous versions.
When SetWindowPos() moves child window, that has some invalid
area, it also invalidates children of this window according to its
update region, even if moved window has WS_CLIPCHILDREN style.

Wine doesn't perform this invalidation.
One pretty large application depends on this feature, and now,
runned under Wine, it has broken output.

Hope this variant is more clear than all previous.

-- 
Sergey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-tests-SetWindowPos-propagates-update-region-fro.txt
Type: text/x-c
Size: 3315 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130304/f1b2bb4d/attachment.bin>


More information about the wine-patches mailing list