mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 11:59:18 +02:00
MouseAndKeyInput: Fix another external function signature, Boolean -> Boolean32. Issue #40102, by Dušan Halický.
This commit is contained in:
parent
f51da4dc1d
commit
72040bb55d
@ -40,7 +40,7 @@ type
|
|||||||
|
|
||||||
function InitializeMouseInput: TMouseInput;
|
function InitializeMouseInput: TMouseInput;
|
||||||
|
|
||||||
function XTestFakeButtonEvent(dpy: PDisplay; button: dword; is_press: Boolean;
|
function XTestFakeButtonEvent(dpy: PDisplay; button: dword; is_press: Boolean32;
|
||||||
delay: dword): longint; cdecl; external;
|
delay: dword): longint; cdecl; external;
|
||||||
|
|
||||||
function XTestFakeMotionEvent(dpy: PDisplay; screen: longint; x: longint; y: longint;
|
function XTestFakeMotionEvent(dpy: PDisplay; screen: longint; x: longint; y: longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user