summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c')
-rw-r--r--xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c b/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c
index b51e1541a..dc85e3d92 100644
--- a/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c
+++ b/xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c,v 1.3 1999/06/06 08:48:56 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/mfbline.c,v 1.4 2002/01/25 21:56:22 tsi Exp $ */
/***********************************************************
Copyright (c) 1987 X Consortium
@@ -688,7 +688,7 @@ DoV16LineSD( pDrawable, pGC, mode, npt, pptInit)
unclippedlen++;
dashIndexTmp = dashIndex;
dashOffsetTmp = dashOffset;
- xf4bppBresD (fgink, bgink,
+ xf4bppBresD (pDrawable, fgink, bgink,
&dashIndexTmp, pDash, numInDashList,
&dashOffsetTmp, isDoubleDash,
addrl, nlwidth,
@@ -696,7 +696,7 @@ DoV16LineSD( pDrawable, pGC, mode, npt, pptInit)
e, e1, e2, unclippedlen);
break;
#else
- xf4bppBresD (fgink, bgink,
+ xf4bppBresD (pDrawable, fgink, bgink,
&dashIndex, pDash, numInDashList,
&dashOffset, isDoubleDash,
addrl, nlwidth,
@@ -761,7 +761,7 @@ DoV16LineSD( pDrawable, pGC, mode, npt, pptInit)
}
else
err = e;
- xf4bppBresD (fgink, bgink,
+ xf4bppBresD (pDrawable, fgink, bgink,
&dashIndexTmp, pDash, numInDashList,
&dashOffsetTmp, isDoubleDash,
addrl, nlwidth,