Commit 57a5a60c authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

gdi32/tests: Fix tests to not depend on 96 dpi.

parent f124a586
...@@ -101,7 +101,7 @@ static void test_world_transform(void) ...@@ -101,7 +101,7 @@ static void test_world_transform(void)
if (is_win9x) 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); expect_window_ext(hdc, 254, -254);
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment