projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0df7c55
)
Call the new code instead of leaving the old version untouched
author
Paul Kratt
<sappharad@Mercury.local>
Wed, 26 Feb 2014 00:52:34 +0000
(18:52 -0600)
committer
Paul Kratt
<sappharad@Mercury.local>
Wed, 26 Feb 2014 00:52:34 +0000
(18:52 -0600)
Source/OpenTK/Platform/Utilities.cs
patch
|
blob
|
history
diff --git
a/Source/OpenTK/Platform/Utilities.cs
b/Source/OpenTK/Platform/Utilities.cs
index
f99a8d6
..
2de2dce
100644
(file)
--- a/
Source/OpenTK/Platform/Utilities.cs
+++ b/
Source/OpenTK/Platform/Utilities.cs
@@
-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, isContro
l);
+ return
CreateMacOSCarbonWindowInfo(windowHandle, ownHandle, isControl, null, nul
l);
}
/// <summary>