mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 16:55:28 +00:00
Call the new code instead of leaving the old version untouched
This commit is contained in:
parent
0df7c55609
commit
d9a7821319
|
@ -273,7 +273,7 @@ namespace OpenTK.Platform
|
||||||
/// <returns>A new IWindowInfo instance.</returns>
|
/// <returns>A new IWindowInfo instance.</returns>
|
||||||
public static IWindowInfo CreateMacOSCarbonWindowInfo(IntPtr windowHandle, bool ownHandle, bool isControl)
|
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>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue