mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Linux : Renamed GlobalCEFApp properties to avoid a crash
This commit is contained in:
parent
4d5f3e0d2d
commit
7a69cd0c42
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 358,
|
||||
"InternalVersion" : 359,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "98.1.21.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user