From dedaeebf8f069ba8c4eab708abd61f20bf27d5d1 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Fri, 4 Sep 2009 23:16:43 +0000 Subject: [PATCH] Fixed XML documentation warnings. --- Source/OpenTK/DisplayDevice.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/OpenTK/DisplayDevice.cs b/Source/OpenTK/DisplayDevice.cs index 820f2e0e..8f115c05 100644 --- a/Source/OpenTK/DisplayDevice.cs +++ b/Source/OpenTK/DisplayDevice.cs @@ -211,7 +211,7 @@ namespace OpenTK /// The new height of the DisplayDevice. /// The new bits per pixel of the DisplayDevice. /// The new refresh rate of the DisplayDevice. - /// Thrown if the requested resolution could not be set. + /// Thrown if the requested resolution could not be set. public void ChangeResolution(int width, int height, int bitsPerPixel, float refreshRate) { this.ChangeResolution(this.SelectResolution(width, height, bitsPerPixel, refreshRate)); @@ -222,7 +222,7 @@ namespace OpenTK #region public void RestoreResolution() /// Restores the original resolution of the DisplayDevice. - /// Thrown if the original resolution could not be restored. + /// Thrown if the original resolution could not be restored. public void RestoreResolution() { if (original_resolution != null)