Small hack to test for resolution restoration.

This commit is contained in:
the_fiddler 2008-01-26 10:43:00 +00:00
parent 3fd9f2cc3a
commit 285e2c694d

View file

@ -167,7 +167,8 @@ namespace OpenTK.Platform.X11
public void RestoreResolution(DisplayDevice device)
{
TryChangeResolution(device, null);
//TryChangeResolution(device, null);
System.Diagnostics.Process.Start("xrandr", "-s -0").WaitForExit();
}
#endregion