提交 3750bae9 编写于 作者: J Jerome Laban 提交者: Jerome Laban

chore: Adjust GTK3 nsview lookup for macos

上级 a589c6e4
......@@ -42,7 +42,7 @@ namespace LibVLCSharp.GTK
/// <remarks>Mac only</remarks>
/// <param name="gdkWindow">The pointer to the GdkWindow object</param>
/// <returns>The nsview's handle</returns>
[DllImport("libgdk-quartz-2.0.0.dylib")]
[DllImport("libgdk-3.0.dylib", CallingConvention = CallingConvention.Cdecl)]
internal static extern IntPtr gdk_quartz_window_get_nsview(IntPtr gdkWindow);
/// <summary>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册