Skip to content

Commit

Permalink
GC.def: fix spelling in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstphrchvz authored and eserte committed Sep 18, 2022
1 parent 11576d6 commit eda50cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xlib/GC.def
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ GCField("LineWidth",GCLineWidth, line_width,SvGCint)
GCField("LineStyle",GCLineStyle, line_style,SvGCint) /* LineSolid, LineOnOffDash, LineDoubleDash */
GCField("CapStyle",GCCapStyle, cap_style,SvGCint) /* CapNotLast, CapButt, CapRound, CapProjecting */
GCField("JoinStyle",GCJoinStyle, join_style,SvGCint) /* JoinMiter, JoinRound, JoinBevel */
GCField("FillStyle",GCFillStyle, fill_style,SvGCint) /* FillSolid, FillTiled, FillStippled, FillOpaeueStippled */
GCField("FillStyle",GCFillStyle, fill_style,SvGCint) /* FillSolid, FillTiled, FillStippled, FillOpaqueStippled */
GCField("FillRule",GCFillRule, fill_rule,SvGCint) /* EvenOddRule, WindingRule */
GCField("Tile",GCTile, tile,SvGCPixmap) /* tile pixmap for tiling operations */
GCField("Stipple",GCStipple, stipple,SvGCPixmap) /* stipple 1 plane pixmap for stipping */
GCField("Stipple",GCStipple, stipple,SvGCPixmap) /* stipple 1 plane pixmap for stippling */
GCField("TileStipXOrigin",GCTileStipXOrigin, ts_x_origin,SvGCint) /* offset for tile or stipple operations */
GCField("TileStipYOrigin",GCTileStipYOrigin, ts_y_origin,SvGCint)
GCField("Font",GCFont, font,SvGCFont) /* default text font for text operations */
Expand Down

0 comments on commit eda50cc

Please sign in to comment.