[Bug 5725] Code for undocumented SwitchToThisWindow function does not reflect empirical evidence

Wine Bugs wine-bugs at winehq.org
Mon Oct 2 03:49:40 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5725





------- Additional Comments From neil at parkwaycc.co.uk  2006-02-10 03:49 -------
Maybe this change will turn up more errors in wine:
             ok( hwndfront != NULL,
                 "[%d] window relative z-order incorrect\n", i);
+            if (!sttw_tests[i].flag)
+                ok( GetWindow(GetWindow(hwnds[1], GW_HWNDNEXT), GW_HWNDNEXT) ==
NULL,
+                    "[%d] foreground window did not get sent to back\n", i);
+            else
+                ok( GetWindow(GetWindow(hwnds[1], GW_HWNDNEXT), GW_HWNDNEXT) !=
NULL,
+                    "[%d] foreground window unexpectedly got sent to back\n", i);
         }
     }
 }
(Note: use of ! changed to == NULL to match with != NULL in the new test)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list