Updated a comment.

This commit is contained in:
the_fiddler 2008-01-20 22:04:30 +00:00
parent 2ebe5ecdd5
commit b7cd66d414

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()