Re: user32: erase parent when hiding child
"Clinton Stimpson" <cjstimpson(a)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.
"Dmitry Timoshkov" <dmitry(a)codeweavers.com> writes:
"Clinton Stimpson" <cjstimpson(a)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. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov