1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Fixed black browser in Lazarus demos

Added a manifest to all Lazarus demos for Windows
This commit is contained in:
Salvador Díaz Fau
2024-05-02 12:31:19 +02:00
parent 11bb3607d5
commit 79b76d3e71
162 changed files with 180 additions and 23 deletions

View File

@ -13,6 +13,8 @@ uses
{$SetPEFlags $20}
{$ENDIF}
{$R *.res}
begin
GlobalCEFApp := TCefApplicationCore.Create;
GlobalCEFApp.WindowlessRenderingEnabled := True;