You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 94.4.1
Added the keyboard handling modification to the OSRExternalPumpBrowser demo requested by mterrisse in issue #378 Fixed the wrong form icon in TinyBrowser demo.
This commit is contained in:
@ -111,6 +111,9 @@ var
|
||||
cef_zip_directory : function(const src_dir, dest_file : PCefString; include_hidden_files : integer): Integer; cdecl;
|
||||
cef_load_crlsets_file : procedure(const path : PCefString); cdecl;
|
||||
|
||||
// / include/capi/cef_i18n_util_capi.h
|
||||
cef_is_rtl : function : Integer; cdecl;
|
||||
|
||||
// /include/capi/cef_image_capi.h
|
||||
cef_image_create : function : PCefImage; cdecl;
|
||||
|
||||
|
Reference in New Issue
Block a user