Skip to content

win32u: Fix calculating viewport size incorrectly.

Haoyang Chen requested to merge chenhaoyang/wine:dev_mapping into master

Calling either SetViewportExtEx or SetWindowExtEx fixes the viewport(MAPPING_FixIsotropic), but if both are called then it is fixed twice. Then the mapping matrix will be incorrect and will not be calculated using the values of viewport and wnd.

Merge request reports

Loading