diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-05-01 20:25:09 +0200 |
commit | d83cf3635d9397f1dd092608276c7072ed39dd91 (patch) | |
tree | 4a8d186a6b13163e207873f09f67e494b728d381 /src/gx_accel.c | |
parent | e8b23199e5d87551d4ba5e6156ec008ed19cb0d9 (diff) | |
parent | 27ea30c38994b689d6e27e8fac8c63d69179f9b5 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/gx_accel.c')
-rw-r--r-- | src/gx_accel.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gx_accel.c b/src/gx_accel.c index 41fb7ec..1bc9a4c 100644 --- a/src/gx_accel.c +++ b/src/gx_accel.c @@ -1158,7 +1158,7 @@ GXSubsequentSolidBresenhamLine(ScrnInfoPtr pScrni, int x1, int y1, * y0 int destination y start offset * x1 int destination x end offset * y1 int destination y end offset - * flags int OMIT_LAST, dont draw last pixel (not used) + * flags int OMIT_LAST, don't draw last pixel (not used) * * Returns :none *---------------------------------------------------------------------------*/ @@ -1319,9 +1319,9 @@ GXSetupForDashedLine(ScrnInfoPtr pScrn, int fg, int bg, int rop, * Parameters: * pScrni: Screen handler pointer having screen information. * x1: Specifies the starting x position - * y1: Specifies starting y possition - * absmaj: Specfies the Bresenman absolute major. - * absmin: Specfies the Bresenman absolute minor. + * y1: Specifies starting y position + * absmaj: Specifies the Bresenman absolute major. + * absmin: Specifies the Bresenman absolute minor. * err: Specifies the bresenham err term. * len: Specifies the length of the vector interms of pixels. * octant: not used in this function,may be added for standard @@ -1376,7 +1376,7 @@ GXSubsequentDashedBresenhamLine(ScrnInfoPtr pScrni, * y0 int destination y start offset * x1 int destination x end offset * y1 int destination y end offset - * flags int OMIT_LAST, dont draw last pixel (not used) + * flags int OMIT_LAST, don't draw last pixel (not used) * phase int initial pattern offset at x1,y1 * * Returns :none |