1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Update to CEF 127.3.1

This commit is contained in:
Salvador Díaz Fau
2024-08-08 12:53:31 +02:00
parent b7f0c51ee6
commit 14e64f556e
16 changed files with 293 additions and 188 deletions

View File

@ -3598,6 +3598,12 @@ type
/// runtime on Windows.
/// </summary>
chrome_app_icon_id : Integer;
{$IF DEFINED(OS_POSIX) AND NOT(DEFINED(ANDROID))}
/// <summary>
/// Specify whether signal handlers must be disabled on POSIX systems.
/// </summary>
disable_signal_handlers : Integer;
{$IFEND}
end;
/// <summary>