Browse Source

+ enabled the asm version of GetPixel320

git-svn-id: trunk@40915 -
nickysn 6 years ago
parent
commit
8c1de487c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/msdos/graph.pp

+ 1 - 1
packages/graph/src/msdos/graph.pp

@@ -2272,7 +2272,6 @@ End;
 {$endif asmgraph}
 
 
-{$undef asmgraph}
 {$ifndef asmgraph}
  Function GetPixel320(X,Y: smallint):ColorType;
   Begin
@@ -2311,6 +2310,7 @@ End;
 {$endif asmgraph}
 
 
+{$undef asmgraph}
  Procedure DirectPutPixel320(X,Y : smallint);
  { x,y -> must be in global coordinates. No clipping. }
 {$ifndef asmgraph}