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

Alexandre Julliard julliard at winehq.org
Mon Jun 7 15:02:06 CDT 2021


Module: wine
Branch: stable
Commit: 1fdf148c585d22142ec3b201f9de0a0b68a32644
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1fdf148c585d22142ec3b201f9de0a0b68a32644

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>
(cherry picked from commit 3898ad408bb7ad50555ce6bce0fc02ab60eb5caf)
Signed-off-by: Michael Stefaniuc <mstefani 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=1fdf148c585d22142ec3b201f9de0a0b68a32644



More information about the wine-cvs mailing list