Previous viewport fix only works for full screen applications as we
authorJason Edmeades <us@the-edmeades.demon.co.uk>
Thu, 15 May 2003 04:16:16 +0000 (04:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 May 2003 04:16:16 +0000 (04:16 +0000)
commit1e9689e48742acfbadb289b3f47e737b3a882450
treec0fb3aa9c9cb7dd2c153bcec89934ab812cc80c2
parent39aab3800651beba92fa28b5b1c655cc4bf0a1cf
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.
dlls/d3d8/directx.c