diff --git a/Source/OpenTK/Platform/Windows/WinGLNative.cs b/Source/OpenTK/Platform/Windows/WinGLNative.cs index 18598c78..74ca8c06 100644 --- a/Source/OpenTK/Platform/Windows/WinGLNative.cs +++ b/Source/OpenTK/Platform/Windows/WinGLNative.cs @@ -1008,7 +1008,7 @@ namespace OpenTK.Platform.Windows { get { - return ClientRectangle.Size; + return client_rectangle.Size; } set {