+ enabled the asm version of DirectPutPixelX

git-svn-id: trunk@41057 -
This commit is contained in:
nickysn 2019-01-24 16:27:59 +00:00
parent 4a93ae0023
commit b71f815a9a

View File

@ -2661,7 +2661,6 @@ const CrtAddress: word = 0;
{$endif asmgraph}
{$undef asmgraph}
{$ifndef asmgraph}
Procedure DirectPutPixelX(X,Y: smallint);
{ x,y -> must be in global coordinates. No clipping. }