http://bugs.winehq.org/show_bug.cgi?id=30538
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #40077|0 |1 is obsolete| |
--- Comment #15 from Sagawa sagawa.aki+winebugs@gmail.com 2012-06-20 11:43:21 CDT --- Created attachment 40624 --> http://bugs.winehq.org/attachment.cgi?id=40624 proposed patch 2
I made an updated patch which fixes full-screen problem (comment #11). If I receive a good feedback, I'll send the patch to wine-patches. Please be patient until the patch merged into upstream.
Technical details: In previous patch, I used internal variables to obtain the screen height. But it had full-screen size problem. So, in this patch, I use a standard WINAPI, GetDeviceCaps(), to do this.