Added return value to X11XrandrDisplayDevice.TryChangeResolution
This commit is contained in:
parent
f35e6e1e07
commit
a1656c6830
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
public bool TryChangeResolution(DisplayDevice device, DisplayResolution resolution)
|
||||
{
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public void RestoreResolution(DisplayDevice device)
|
||||
|
|
Loading…
Reference in a new issue