[PATCH 1/4] user32/tests: Don't leave hwndMain in a topmost state.

Zebediah Figura z.figura12 at gmail.com
Tue Dec 19 18:29:29 CST 2017


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/user32/tests/win.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index db27b6b..ea9fac2 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -4011,6 +4011,8 @@ done:
 
     if (child) DestroyWindow(child);
     DestroyWindow(popup);
+
+    SetWindowPos(hwnd, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOSIZE|SWP_NOMOVE);
 }
 
 static void test_validatergn(HWND hwnd)
-- 
2.7.4




More information about the wine-devel mailing list