Zhiyi Zhang : user32: Send a WM_ACTIVATE message after restoring a minimized top level window.

Alexandre Julliard julliard at winehq.org
Thu Feb 18 16:06:07 CST 2021


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

Author: Zhiyi Zhang <zzhang at codeweavers.com>
Date:   Wed Feb 10 14:33:27 2021 +0800

user32: Send a WM_ACTIVATE message after restoring a minimized top level window.

The WmShowRestoreMinimizedOverlappedSeq message sequence in tests
clearly show that there is a WM_ACTIVATE message at the end of
ShowWindow() calls after restoring a minimized window, and it's
not from SetFocus().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47507
Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/msg.c | 247 +++++++++++++++++++++++++++++++++++++++++++++++-
 dlls/user32/winpos.c    |   8 +-
 2 files changed, 253 insertions(+), 2 deletions(-)

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



More information about the wine-cvs mailing list