ChangeSet ID: 8214
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/14 23:16:16
Modified files:
dlls/d3d8 : directx.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Previous viewport fix only works for full screen applications as we
didn't change the back buffer size information until after copying the
presentation parameters, so when setting up the viewport the
backbufferwidth/height was 0. Moved the copy until after it has been
corrected.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8214
Old revision New revision Changes Path
1.32 1.33 +14 -11 wine/dlls/d3d8/directx.c