浏览代码

+ 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}