Dmitry Timoshkov : ieframe: Deactivate UI when processing IOleObject::DoVerb(OLEIVERB_HIDE).

Alexandre Julliard julliard at winehq.org
Tue Aug 4 15:26:36 CDT 2020


Module: wine
Branch: master
Commit: a58b7d387894e969a3a612d82bafffe74aba6484
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a58b7d387894e969a3a612d82bafffe74aba6484

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Tue Aug  4 23:56:26 2020 +0800

ieframe: Deactivate UI when processing IOleObject::DoVerb(OLEIVERB_HIDE).

This fixes an application that expects to go through full UI activation after
IOleObject::DoVerb(OLEIVERB_HIDE) + IOleObject::DoVerb(OLEIVERB_UIACTIVATE).

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ieframe/ieframe.h          |   2 +
 dlls/ieframe/oleobject.c        |  44 ++++++++----
 dlls/ieframe/tests/webbrowser.c | 154 ++++++++++++++++++++++++++++++++++++++--
 3 files changed, 183 insertions(+), 17 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=a58b7d387894e969a3a612d82bafffe74aba6484



More information about the wine-cvs mailing list