Call the new code instead of leaving the old version untouched

This commit is contained in:
Paul Kratt 2014-02-25 18:52:34 -06:00
parent 0df7c55609
commit d9a7821319

View 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>