http://bugs.winehq.org/show_bug.cgi?id=17215
--- Comment #18 from Johan Gill johan.gill@gmail.com 2009-07-13 19:29:22 --- Created an attachment (id=22366) --> (http://bugs.winehq.org/attachment.cgi?id=22366) Test program for wine bug
I have created a small test program exposing the bug.
Basically, it goes like this:
Create a 1024x768 window Create a DirectDraw object and associate it to the window Set display mode to 640x480 Create a DirectDraw surface Restore the display mode
On Windows 98 with DirectX 7, GetClientRect gives a 1024x768 rect On Wine, GetClientRect gives a 640x480 rect.