Dmitry Timoshkov dmitry@codeweavers.com writes:
Changelog: gdi32: Fix the regression caused by the scaling font metrics patch.
This breaks the tests:
../../../tools/runtest -q -P wine -M riched20.dll -T ../../.. -p riched20_test.exe.so editor.c && touch editor.ok editor.c:309: Test failed: 0 == 0 editor.c:317: Test failed: 0 == 0 editor.c:865: Test failed: EM_SCROLL page down didn't scroll by a small positive number of lines (r == 0x00010000) editor.c:869: Test failed: EM_SCROLL page down not functioning (line 0 scrolled to line 0 editor.c:876: Test failed: EM_SCROLL page up didn't scroll by a small negative number of lines (r == 0x00010000) editor.c:879: Test failed: EM_SCROLL page up not functioning (line 0 scrolled to line 0 editor.c:888: Test failed: EM_SCROLL line down didn't scroll by one line (r == 0x00010000) editor.c:890: Test failed: EM_SCROLL line down didn't go down by 1 line (0 scrolled to 0) editor.c:899: Test failed: EM_SCROLL line up didn't scroll by one line (r == 0x00010000) editor.c:901: Test failed: EM_SCROLL line up didn't go up by 1 line (0 scrolled to 0) editor.c:865: Test failed: EM_SCROLL page down didn't scroll by a small positive number of lines (r == 0x00010000) editor.c:869: Test failed: EM_SCROLL page down not functioning (line 0 scrolled to line 0 editor.c:876: Test failed: EM_SCROLL page up didn't scroll by a small negative number of lines (r == 0x00010000) editor.c:879: Test failed: EM_SCROLL page up not functioning (line 0 scrolled to line 0 editor.c:888: Test failed: EM_SCROLL line down didn't scroll by one line (r == 0x00010000) editor.c:890: Test failed: EM_SCROLL line down didn't go down by 1 line (0 scrolled to 0) editor.c:899: Test failed: EM_SCROLL line up didn't scroll by one line (r == 0x00010000) editor.c:901: Test failed: EM_SCROLL line up didn't go up by 1 line (0 scrolled to 0) make[2]: *** [editor.ok] Error 18