Documentation update.

This commit is contained in:
the_fiddler 2008-01-11 20:21:32 +00:00
parent c84bbb48dd
commit 315daee7ce

View file

@ -120,9 +120,9 @@ namespace OpenTK.Platform
} }
/// <summary> /// <summary>
/// Updates the WindowInfo using the specified WindowInfo. /// Updates the WindowInfo using the specified IWindowInfo.
/// </summary> /// </summary>
/// <param name="window">The OpenTK.Platform.Window to get information from.</param> /// <param name="window">The OpenTK.Platform.IWindowInfo to get information from.</param>
public IWindowInfo GetInfoFrom(IWindowInfo info) public IWindowInfo GetInfoFrom(IWindowInfo info)
{ {
return implementation.GetInfoFrom(info); return implementation.GetInfoFrom(info);