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

Wine Bugs wine-bugs at winehq.org
Fri Sep 29 09:30:06 CDT 2006


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





------- Additional Comments From neil at parkwaycc.co.uk  2006-29-09 09:30 -------
Ah, ok, in that case please amend the end of the previous testcase as follows:
             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),
+                    "[%d] foreground window did not get sent to back\n", i);
         }
     }
 }
Note: the double GW_HWNDNEXT on my system is because you can't actually send a
window to the very back.

-- 
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