You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Fixed TChromium.DownloadBubble issue
Define LCL_FULLVERSION in Delphi to avoid compiler warnings
This commit is contained in:
@ -21,6 +21,12 @@ uses
|
||||
{$ENDIF}
|
||||
uCEFLinuxTypes, uCEFTypes;
|
||||
|
||||
{$IFNDEF FPC}
|
||||
const
|
||||
// We define this constant only to avoid warnings in Delphi
|
||||
LCL_FULLVERSION = 3000001;
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF LINUX}
|
||||
procedure GdkEventKeyToCEFKeyEvent(GdkEvent: PGdkEventKey; var aCEFKeyEvent : TCEFKeyEvent);
|
||||
function KeyboardCodeFromXKeysym(keysym : uint32) : integer;
|
||||
|
Reference in New Issue
Block a user