mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-01 21:10:26 +00:00
Added return value to X11XrandrDisplayDevice.TryChangeResolution
This commit is contained in:
parent
0e58ab2ee7
commit
534de7a266
|
@ -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