mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-03 13:31:13 +00:00
Added return value to X11XrandrDisplayDevice.TryChangeResolution
This commit is contained in:
parent
f35e6e1e07
commit
a1656c6830
|
@ -32,7 +32,7 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
public bool TryChangeResolution(DisplayDevice device, DisplayResolution resolution)
|
public bool TryChangeResolution(DisplayDevice device, DisplayResolution resolution)
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RestoreResolution(DisplayDevice device)
|
public void RestoreResolution(DisplayDevice device)
|
||||||
|
|
Loading…
Reference in a new issue