mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 09:57:30 +01:00
MouseAndKeyImput: Fix external function signature, Boolean -> Boolean32. Issue #40102, by Dušan Halický.
This commit is contained in:
parent
301d9dddcd
commit
0121545758
@ -38,7 +38,7 @@ type
|
|||||||
|
|
||||||
function InitializeKeyInput: TKeyInput;
|
function InitializeKeyInput: TKeyInput;
|
||||||
|
|
||||||
function XTestFakeKeyEvent(dpy: PDisplay; keycode: dword; is_press: Boolean;
|
function XTestFakeKeyEvent(dpy: PDisplay; keycode: dword; is_press: Boolean32;
|
||||||
delay: dword): longint; cdecl; external;
|
delay: dword): longint; cdecl; external;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user