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

Improved functions to get the screen scale and DPI values in all platforms

This commit is contained in:
Salvador Díaz Fau
2021-06-24 17:47:22 +02:00
parent b0259524c5
commit e72bbfd46e
6 changed files with 91 additions and 30 deletions

View File

@@ -137,6 +137,11 @@ type
rgbRed : Byte;
rgbReserved : Byte;
end;
PGdkScreen = ^TGdkScreen;
TGdkScreen = record
parent_instance : TGObject;
end;
{$ENDIF}
{$ENDIF}