You've already forked CEF4Delphi
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:
@@ -137,6 +137,11 @@ type
|
||||
rgbRed : Byte;
|
||||
rgbReserved : Byte;
|
||||
end;
|
||||
|
||||
PGdkScreen = ^TGdkScreen;
|
||||
TGdkScreen = record
|
||||
parent_instance : TGObject;
|
||||
end;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user