Sam Edwards : opengl32: Fix outline-font glyphs rendering with incorrect front faces.
Module: wine Branch: master Commit: a428416a8ab7174ed477cc0842e6e4e4dca57726 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a428416a8ab7174ed477cc0842... Author: Sam Edwards <CFSworks(a)gmail.com> Date: Mon Oct 29 04:06:45 2012 +0000 opengl32: Fix outline-font glyphs rendering with incorrect front faces. --- dlls/opengl32/wgl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c index eb24b0f..b6efdba 100644 --- a/dlls/opengl32/wgl.c +++ b/dlls/opengl32/wgl.c @@ -1399,6 +1399,7 @@ static BOOL wglUseFontOutlines_common(HDC hdc, } funcs->gl.p_glNewList(listBase++, GL_COMPILE); + funcs->gl.p_glFrontFace(GL_CW); pgluTessBeginPolygon(tess, NULL); pph = (TTPOLYGONHEADER*)buf;
participants (1)
-
Alexandre Julliard