http://bugs.winehq.org/show_bug.cgi?id=13217
Summary: Minimize/restore needs to send a WM_SYSCOMMAND message Product: Wine Version: 1.0-rc1 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: julliard@winehq.org
Some apps like eMule (cf. bug 5844) and FL Studio (cf. bug 3270) depend on receiving a WM_SYSCOMMAND when a window is minimized or restored. Currently we call ShowWindow directly because the state of the window has already been changed by the window manager.