Nikita Tsukanov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Linux/Avalonia.LinuxFramebuffer/Output/FbdevOutput.cs
|
|
|
@ -21,7 +21,7 @@ namespace Avalonia.LinuxFramebuffer |
|
|
|
/// </summary>
|
|
|
|
/// <param name="fileName">The frame buffer device name.
|
|
|
|
/// Defaults to the value in environment variable FRAMEBUFFER or /dev/fb0 when FRAMEBUFFER is not set</param>
|
|
|
|
public FbdevOutput(string fileName = null) : this(null, null) |
|
|
|
public FbdevOutput(string fileName = null) : this(fileName, null) |
|
|
|
{ |
|
|
|
} |
|
|
|
|
|
|
|
|