mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +02:00
--- Merging r44210 into '.':
U rtl/go32v2/msmouse.pp --- Recording mergeinfo for merge of r44210 into '.': U . # revisions: 44210 git-svn-id: branches/fixes_3_2@44211 -
This commit is contained in:
parent
75558b7437
commit
10af070def
@ -150,6 +150,7 @@ begin
|
||||
pushl %ebp
|
||||
int $0x33
|
||||
popl %ebp
|
||||
andl $0xffff,%ebx
|
||||
andl $0xffff,%ecx
|
||||
andl $0xffff,%edx
|
||||
movl x,%eax
|
||||
@ -157,7 +158,7 @@ begin
|
||||
movl y,%eax
|
||||
movl %edx,(%eax)
|
||||
movl buttons,%eax
|
||||
movw %bx,(%eax)
|
||||
movl %ebx,(%eax)
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user