mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
Line drawing fixes
svn path=/trunk/; revision=4398
This commit is contained in:
parent
0e4840598e
commit
8526f38f43
1 changed files with 1 additions and 3 deletions
|
@ -17,9 +17,7 @@ DrvLineTo(SURFOBJ *Surface,
|
||||||
// FIXME: Use Mix to perform ROPs
|
// FIXME: Use Mix to perform ROPs
|
||||||
|
|
||||||
{
|
{
|
||||||
ULONG x, y, d, i, xchange, ychange, error,
|
LONG deltax, deltay, x, y, d, i, xchange, ychange, error, iSolidColor, hx, vy;
|
||||||
iSolidColor, hx, vy;
|
|
||||||
LONG deltax, deltay;
|
|
||||||
|
|
||||||
iSolidColor = Brush->iSolidColor; // FIXME: Brush Realization...
|
iSolidColor = Brush->iSolidColor; // FIXME: Brush Realization...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue