|
|
|
@ -24,6 +24,10 @@ namespace Avalonia.LinuxFramebuffer |
|
|
|
/// </summary>
|
|
|
|
public Color InitialBufferSwappingColor { get; set; } = new Color(0, 0, 0, 0); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// specific the video mode with which the DrmOutput should be created, if it is not found it will fallback to the preferred mode.
|
|
|
|
/// If NULL preferred mode will be used.
|
|
|
|
/// </summary>
|
|
|
|
public PixelSize? VideoMode { get; set; } |
|
|
|
} |
|
|
|
} |
|
|
|
|