"Clinton Stimpson" cjstimpson@utwire.net wrote:
ChangeLog: user32: erase parent when hiding child
As I already pointed out erasing a parent is supposed to be done in the server. You need to look there why it doesn't happen and add a fix there.
"Dmitry Timoshkov" dmitry@codeweavers.com writes:
"Clinton Stimpson" cjstimpson@utwire.net wrote:
ChangeLog: user32: erase parent when hiding child
As I already pointed out erasing a parent is supposed to be done in the server. You need to look there why it doesn't happen and add a fix there.
The invalidate and erase part has to happen in the server, and it does, so that part of the patch is redundant. The RDW_ERASENOW part however needs to be done in the client.