mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-07 06:50:04 +02:00
Fixed Linux build issue
This commit is contained in:
parent
79e09ac5cd
commit
09a986830e
@ -24,7 +24,7 @@ uses
|
||||
{$IFDEF LINUX}
|
||||
procedure GdkEventKeyToCEFKeyEvent(GdkEvent: PGdkEventKey; var aCEFKeyEvent : TCEFKeyEvent);
|
||||
function KeyboardCodeFromXKeysym(keysym : uint32) : integer;
|
||||
{$IFDEF LCLGTK2 or (LCLGTK3 and (LCL_FULLVERSION<3000000))}
|
||||
{$IFDEF LINUXFMX or LCLGTK2 or (LCLGTK3 and (LCL_FULLVERSION<3000000))}
|
||||
function GetCefStateModifiers(state : uint32) : integer;
|
||||
{$ENDIF}
|
||||
{$IFDEF LCLGTK3 and (LCL_FULLVERSION>3000000)}
|
||||
@ -453,7 +453,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
{$IFDEF LCLGTK2 or (LCLGTK3 and (LCL_FULLVERSION<3000000))}
|
||||
{$IFDEF LINUXFMX or LCLGTK2 or (LCLGTK3 and (LCL_FULLVERSION<3000000))}
|
||||
function GetCefStateModifiers(state : uint32) : integer;
|
||||
begin
|
||||
Result := EVENTFLAG_NONE;
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 595,
|
||||
"InternalVersion" : 596,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "124.3.7"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user