mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
customdrawn-android: Compilation fix
git-svn-id: trunk@33873 -
This commit is contained in:
parent
fbce00e46d
commit
12a725ad0f
@ -37,7 +37,6 @@ function Java_com_pascal_lclproject_LCLActivity_LCLOnTouch(env:PJNIEnv;this:jobj
|
|||||||
var
|
var
|
||||||
lCurForm: TCDNonNativeForm;
|
lCurForm: TCDNonNativeForm;
|
||||||
lTarget: TWinControl;
|
lTarget: TWinControl;
|
||||||
lTarget: TWinControl;
|
|
||||||
lEventPos: TPoint;
|
lEventPos: TPoint;
|
||||||
begin
|
begin
|
||||||
eventResult := 0;
|
eventResult := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user