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

This commit is contained in:
Detlef Riekenberg 2008-10-14 01:01:51 +02:00 committed by Alexandre Julliard
parent f124a586d4
commit 57a5a60ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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