Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a428416a
Commit
a428416a
authored
Oct 29, 2012
by
Sam Edwards
Committed by
Alexandre Julliard
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: Fix outline-font glyphs rendering with incorrect front faces.
parent
7bfd6342
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wgl.c
dlls/opengl32/wgl.c
+1
-0
No files found.
dlls/opengl32/wgl.c
View file @
a428416a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment