Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-fonts
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
Aleksandr Isakov
wine-fonts
Commits
bcd111dd
Commit
bcd111dd
authored
Sep 16, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 16, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glu32: Fix the spelling of some comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bed42913
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sweep.c
dlls/glu32/sweep.c
+2
-2
tess.c
dlls/glu32/tess.c
+1
-1
No files found.
dlls/glu32/sweep.c
View file @
bcd111dd
...
...
@@ -542,7 +542,7 @@ static void CallCombine( GLUtesselator *tess, GLUvertex *isect,
static
void
SpliceMergeVertices
(
GLUtesselator
*
tess
,
GLUhalfEdge
*
e1
,
GLUhalfEdge
*
e2
)
/*
* Two vertices with idential coordinates are combined into one.
* Two vertices with identi
c
al coordinates are combined into one.
* e1->Org is kept, while e2->Org is discarded.
*/
{
...
...
@@ -1045,7 +1045,7 @@ static void ConnectRightVertex( GLUtesselator *tess, ActiveRegion *regUp,
static
void
ConnectLeftDegenerate
(
GLUtesselator
*
tess
,
ActiveRegion
*
regUp
,
GLUvertex
*
vEvent
)
/*
* The event vertex lies exacty on an already-processed edge or vertex.
* The event vertex lies exact
l
y on an already-processed edge or vertex.
* Adding the new vertex involves splicing it into the already-processed
* part of the mesh.
*/
...
...
dlls/glu32/tess.c
View file @
bcd111dd
...
...
@@ -192,7 +192,7 @@ static void CheckOrientation( GLUtesselator *tess )
/* The "feature merging" is not intended to be complete. There are
* special cases where edges are nearly parallel to the sweep line
* which are not implemented. The algorithm should still behave
* robustly (ie. produce a reasonable tesselation) in the presence
* robustly (ie. produce a reasonable tessel
l
ation) in the presence
* of such edges, however it may miss features which could have been
* merged. We could minimize this effect by choosing the sweep line
* direction to be something unusual (ie. not parallel to one of the
...
...
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