gdi32/tests: Fix tests to not depend on 96 dpi.
This commit is contained in:
parent
f124a586d4
commit
57a5a60ca3
|
@ -101,7 +101,7 @@ static void test_world_transform(void)
|
|||
|
||||
if (is_win9x)
|
||||
{
|
||||
expect_viewport_ext(hdc, 96, 96);
|
||||
expect_viewport_ext(hdc, GetDeviceCaps(hdc, LOGPIXELSX), GetDeviceCaps(hdc, LOGPIXELSY));
|
||||
expect_window_ext(hdc, 254, -254);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue