From 4556e54405d87e1e691d881d899b090d587501fa Mon Sep 17 00:00:00 2001 From: thefiddler Date: Fri, 9 May 2014 16:14:13 +0200 Subject: [PATCH] [Win] Fixed infinite recursion --- Source/OpenTK/Platform/Windows/WinGLNative.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {