Преглед изворни кода

+ enabled the asm version of GetPixel320

git-svn-id: trunk@40915 -
nickysn пре 6 година
родитељ
комит
8c1de487c5
1 измењених фајлова са 1 додато и 1 уклоњено
  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}