mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dwrite/tests: Avoid implicit DWRITE_RENDERING_MODE to DWRITE_RENDERING_MODE1 casts.
This commit is contained in:
parent
2c98df50cb
commit
1ba498c5e6
1 changed files with 2 additions and 1 deletions
|
@ -7058,7 +7058,8 @@ static void test_GetRecommendedRenderingMode(void)
|
|||
/* IDWriteFontFace3 - and another one */
|
||||
if (fontface3) {
|
||||
DWRITE_GRID_FIT_MODE gridfit, expected_gridfit;
|
||||
DWRITE_RENDERING_MODE1 mode1, expected1;
|
||||
DWRITE_RENDERING_MODE1 mode1;
|
||||
unsigned int expected1;
|
||||
|
||||
gasp = get_gasp_flags(fontface, emsize, 1.0f);
|
||||
for (i = 0; i < ARRAY_SIZE(recmode_tests1); ++i)
|
||||
|
|
Loading…
Reference in a new issue