Linux : Renamed GlobalCEFApp properties to avoid a crash

This commit is contained in:
salvadordf 2022-02-17 10:46:20 +01:00
parent 4d5f3e0d2d
commit 7a69cd0c42
2 changed files with 3 additions and 3 deletions

View File

@ -514,8 +514,8 @@ type
property WindowsSandboxInfo : Pointer read FWindowsSandboxInfo write FWindowsSandboxInfo;
property EnableHighDPISupport : boolean read FEnableHighDPISupport write FEnableHighDPISupport;
{$IFDEF LINUX}
property argc : longint read GetArgc;
property argv : PPChar read GetArgv;
property argcCopy : longint read GetArgc;
property argvCopy : PPChar read GetArgv;
{$ENDIF}
// Custom properties

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 358,
"InternalVersion" : 359,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "98.1.21.0"
}