Updated a comment.

This commit is contained in:
the_fiddler 2008-01-20 22:04:30 +00:00
parent f41e240ede
commit 4fa393a03f

View file

@ -252,12 +252,12 @@ namespace OpenTK.Platform.X11
public void RegisterForDisposal(IDisposable resource)
{
throw new NotImplementedException("Use the general GLContext class instead.");
throw new NotSupportedException("Use OpenTK.GLContext instead.");
}
public void DisposeResources()
{
throw new NotImplementedException("Use the general GLContext class instead.");
throw new NotSupportedException("Use OpenTK.GLContext instead.");
}
public IEnumerable<DisplayMode> GetDisplayModes()