From 22222b003ab2a17feccf014f196ea7ac43d7f55d Mon Sep 17 00:00:00 2001 From: Benjamin Ward Date: Sat, 2 Jan 2016 11:40:16 -0500 Subject: [PATCH 1/3] Fix documentation for NativeWindow.Width --- Source/OpenTK/NativeWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/NativeWindow.cs b/Source/OpenTK/NativeWindow.cs index d4a4cf1b..b83e3a89 100644 --- a/Source/OpenTK/NativeWindow.cs +++ b/Source/OpenTK/NativeWindow.cs @@ -471,7 +471,7 @@ namespace OpenTK #region Width /// - /// Gets or sets the height of the OpenGL surface in window coordinates. + /// Gets or sets the width of the OpenGL surface in window coordinates. /// The coordinates are specified in device-dependent pixels. /// public int Width From a87b79fca22e64f4838811a892d8d72466209dce Mon Sep 17 00:00:00 2001 From: Benjamin Ward Date: Sat, 2 Jan 2016 12:00:01 -0500 Subject: [PATCH 2/3] Fix documentation for NativeWindow.WindowState --- Source/OpenTK/NativeWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/NativeWindow.cs b/Source/OpenTK/NativeWindow.cs index b83e3a89..601909fc 100644 --- a/Source/OpenTK/NativeWindow.cs +++ b/Source/OpenTK/NativeWindow.cs @@ -528,7 +528,7 @@ namespace OpenTK #region WindowState /// - /// Gets or states the state of the NativeWindow. + /// Gets or sets the state of the NativeWindow. /// public virtual WindowState WindowState { From 55bd3424179168eb886a853ba16633f65808320a Mon Sep 17 00:00:00 2001 From: Benjamin Ward Date: Sat, 2 Jan 2016 12:04:14 -0500 Subject: [PATCH 3/3] Fix documentation for NativeWindow.WindowBorder --- Source/OpenTK/NativeWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/NativeWindow.cs b/Source/OpenTK/NativeWindow.cs index 601909fc..46445503 100644 --- a/Source/OpenTK/NativeWindow.cs +++ b/Source/OpenTK/NativeWindow.cs @@ -493,7 +493,7 @@ namespace OpenTK #region WindowBorder /// - /// Gets or states the border of the NativeWindow. + /// Gets or sets the border of the NativeWindow. /// public WindowBorder WindowBorder {