зеркало из https://github.com/xamarin/XtermSharp.git
Merge pull request #5 from xamarin/dev/sandy/pointy
Missed an IntPtr->NativeHandle
This commit is contained in:
Коммит
905c0b4521
|
@ -5,6 +5,7 @@
|
|||
using System;
|
||||
using AppKit;
|
||||
using Foundation;
|
||||
using ObjCRuntime;
|
||||
using XtermSharp.Mac;
|
||||
|
||||
namespace MacTerminal {
|
||||
|
@ -12,7 +13,7 @@ namespace MacTerminal {
|
|||
ProcessTerminalView terminalControl;
|
||||
LocalProcess process;
|
||||
|
||||
public ViewController (IntPtr handle) : base (handle)
|
||||
public ViewController (NativeHandle handle) : base (handle)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче