소스 검색

* changed the parameters to SetMouseXRange and SetMouseYRange (used internally
in the msdos mouse unit) to word instead of longint

git-svn-id: trunk@37748 -

nickysn 7 년 전
부모
커밋
5fd1d28f62
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      packages/rtl-console/src/msdos/mouse.pp

+ 2 - 2
packages/rtl-console/src/msdos/mouse.pp

@@ -460,7 +460,7 @@ asm
 @@SetMouseXYExit:
 end;
 
-Procedure SetMouseXRange (Min,Max:Longint);
+Procedure SetMouseXRange (Min,Max:word);
 begin
   If Not(MousePresent) Then Exit;
   asm
@@ -473,7 +473,7 @@ begin
   end;
 end;
 
-Procedure SetMouseYRange (min,max:Longint);
+Procedure SetMouseYRange (min,max:word);
 begin
   If Not(MousePresent) Then Exit;
   asm