mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +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
|
||||
|
||||
{
|
||||
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...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue