1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Improved Linux support in Lazarus

- Fixed issue #255
- Changed GlobalCEFApp.DefaultEncoding property type to ustring
- Changed GlobalCEFApp.OverrideSpellCheckLang property type to ustring
This commit is contained in:
Salvador Diaz Fau
2020-12-28 18:11:27 +01:00
parent 7ec49e1f95
commit e7eae21105
21 changed files with 3957 additions and 638 deletions

View File

@@ -62,7 +62,8 @@ uses
uCEFBrowserViewComponent, uCEFWindowComponent, uCEFPanelComponent,
uCEFScrollViewComponent, uCEFTextfieldComponent, uCEFViewComponent,
uCEFViewsFrameworkEvents, uCEFAudioHandler, uCEFDevToolsMessageObserver,
uCEFMediaSinkDeviceInfoCallback, uCEFJson, LazarusPackageIntf;
uCEFMediaSinkDeviceInfoCallback, uCEFJson, uCEFBitmapBitBuffer,
LazarusPackageIntf;
implementation