Call the new code instead of leaving the old version untouched
authorPaul Kratt <sappharad@Mercury.local>
Wed, 26 Feb 2014 00:52:34 +0000 (18:52 -0600)
committerPaul Kratt <sappharad@Mercury.local>
Wed, 26 Feb 2014 00:52:34 +0000 (18:52 -0600)
Source/OpenTK/Platform/Utilities.cs

index f99a8d6..2de2dce 100644 (file)
@@ -273,7 +273,7 @@ namespace OpenTK.Platform
         /// <returns>A new IWindowInfo instance.</returns>
         public static IWindowInfo CreateMacOSCarbonWindowInfo(IntPtr windowHandle, bool ownHandle, bool isControl)
         {
-            return new OpenTK.Platform.MacOS.CarbonWindowInfo(windowHandle, false, isControl);
+            return CreateMacOSCarbonWindowInfo(windowHandle, ownHandle, isControl, null, null);
         }
 
         /// <summary>