summaryrefslogtreecommitdiff
path: root/src/tx_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tx_accel.c')
-rw-r--r--src/tx_accel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tx_accel.c b/src/tx_accel.c
index 9e30ec3..609cee9 100644
--- a/src/tx_accel.c
+++ b/src/tx_accel.c
@@ -28,7 +28,7 @@
*
* GLINT 500TX / MX accelerated options.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/tx_accel.c,v 1.28 2001/05/30 10:07:56 alanh Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/glint/tx_accel.c,v 1.29 2003/10/08 15:48:40 eich Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
@@ -957,5 +957,5 @@ TXSubsequentSolidBresenhamLine( ScrnInfoPtr pScrn,
(octant & XDECREASING) ? -1 : 1,
(octant & YDECREASING) ? -1 : 1,
(octant & YMAJOR) ? Y_AXIS : X_AXIS,
- x, y, dmin + e, dmin, -dmaj, len);
+ x, y, e, dmin, -dmaj, len);
}