mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 12:51:34 +02:00
* changed the parameters to SetMouseXRange and SetMouseYRange (used internally
in the msdos mouse unit) to word instead of longint git-svn-id: trunk@37748 -
This commit is contained in:
parent
91a182081f
commit
5fd1d28f62
@ -460,7 +460,7 @@ asm
|
|||||||
@@SetMouseXYExit:
|
@@SetMouseXYExit:
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure SetMouseXRange (Min,Max:Longint);
|
Procedure SetMouseXRange (Min,Max:word);
|
||||||
begin
|
begin
|
||||||
If Not(MousePresent) Then Exit;
|
If Not(MousePresent) Then Exit;
|
||||||
asm
|
asm
|
||||||
@ -473,7 +473,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure SetMouseYRange (min,max:Longint);
|
Procedure SetMouseYRange (min,max:word);
|
||||||
begin
|
begin
|
||||||
If Not(MousePresent) Then Exit;
|
If Not(MousePresent) Then Exit;
|
||||||
asm
|
asm
|
||||||
|
Loading…
Reference in New Issue
Block a user