Line drawing fixes

svn path=/trunk/; revision=4398
This commit is contained in:
Jason Filby 2003-03-22 21:51:05 +00:00
parent 0e4840598e
commit 8526f38f43

View file

@ -17,9 +17,7 @@ DrvLineTo(SURFOBJ *Surface,
// FIXME: Use Mix to perform ROPs
{
ULONG x, y, d, i, xchange, ychange, error,
iSolidColor, hx, vy;
LONG deltax, deltay;
LONG deltax, deltay, x, y, d, i, xchange, ychange, error, iSolidColor, hx, vy;
iSolidColor = Brush->iSolidColor; // FIXME: Brush Realization...