mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Line drawing fixes
svn path=/trunk/; revision=4398
This commit is contained in:
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user