Module: wine Branch: stable Commit: 1fdf148c585d22142ec3b201f9de0a0b68a32644 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1fdf148c585d22142ec3b201f...
Author: Zhiyi Zhang zzhang@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 3898ad408bb7ad50555ce6bce0fc02ab60eb5caf) Signed-off-by: Michael Stefaniuc mstefani@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=1fdf148c585d22142ec3b...