http://bugs.winehq.org/show_bug.cgi?id=20193
Summary: Code for undocumented SwitchToThisWindow function does not reflect empirical evidence when alt_tab is false Product: Wine Version: unspecified Platform: Other URL: http://source.winehq.org/source/dlls/user32/winpos.c#L 85 OS/Version: other Status: UNCONFIRMED Severity: trivial Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: neil@parkwaycc.co.uk
+++ This bug was initially created as a clone of Bug #5725 +++
The code for SwitchToThisWindow has improved since bug #5725 was filed, and now works correctly when alt_tab is true. However when alt_tab is false, the Windows behaviour differs in two ways; the first is that Windows does not restore iconic windows (although it does still activate them), and the second is that Windows sends the previous foreground window to the back (unless it's a topmost window).