[PATCH] user32: Depend on SetWindowPos to refresh window manager hints in SetWindowRgn.
Without the patch, both on Linux and Mac, the window will not restore title bar when it becomes non-shaped until it's e.g. moved. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/user32/winpos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=91340 Your paranoid android. === debiant2 (32 bit report) === user32: menu.c:2337: Test failed: test 25 win.c:10381: Test failed: Expected foreground window 00150128, got 00E400F2 win.c:10383: Test failed: GetActiveWindow() = 00000000 win.c:10383: Test failed: GetFocus() = 00000000 win.c:10384: Test failed: Received WM_ACTIVATEAPP(1), did not expect it. win.c:10385: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10393: Test failed: Expected foreground window 00150128, got 00000000 win.c:10395: Test failed: GetActiveWindow() = 00000000 win.c:10395: Test failed: GetFocus() = 00000000 win.c:10403: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (2)
-
Marvin -
Piotr Caban