Browse Source

Update FbdevOutput.cs

pull/6129/head
Nikita Tsukanov 5 years ago
committed by GitHub
parent
commit
49014f43b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Linux/Avalonia.LinuxFramebuffer/Output/FbdevOutput.cs

2
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)
{
}

Loading…
Cancel
Save