You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Added GlobalCEFApp.DisplayServer
Added TCefLinuxDisplayServer Check if the display server is X11 before trying to get a PXDisplay value.
This commit is contained in:
@@ -1485,6 +1485,11 @@ type
|
||||
kDefault = 3
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Linux session type. Used to check whether the display server is Xorg or Wayland.
|
||||
/// </summary>
|
||||
TCefLinuxDisplayServer = (ldsX11, ldsWayland, ldsUnknown);
|
||||
|
||||
/// <summary>
|
||||
/// Used by TCEFFileDialogInfo.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user