mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 20:20:28 +02: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 XTestFakeKeyEvent(dpy: PDisplay; keycode: dword; is_press: Boolean;
|
||||
function XTestFakeKeyEvent(dpy: PDisplay; keycode: dword; is_press: Boolean32;
|
||||
delay: dword): longint; cdecl; external;
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user