http://bugs.winehq.org/show_bug.cgi?id=27527
Summary: Move of the SendMessage() breaks 3DMark2001se Product: Wine Version: 1.3.18 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
When i try to run 3DMark 2001 SE under wine-1.3.22-203-gac90c1b, benchmark will not run and instead it says: "Reliable benchmarking cannot be completed because the 3DMark display window lost focus...".
1. I did a regression test between 1.3.17 and 1.3.18:
commit 6eed4c4241ae30f9e0af2581555c5ce6c25623f3 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Tue Apr 5 18:31:27 2011 +0900
winex11: Move the SendMessage(WM_SYSCOMMAND, SC_MAXIMIZE/SC_RESTORE) call after the window extents check.
:040000 040000 21d9e89d31be6cb8238a3abf354f25c779931390 4a3b9ab680840acc439244b30fd153e77641e133 M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch on top of wine-1.3.22-203-gac90c1b makes that problem go away.
--private keyword: bisected