Removed @ symbol from IntPtr name

This commit is contained in:
Malcolm Still 2017-01-06 15:17:52 +00:00
parent 5db38956d6
commit 8558e86e81

View file

@ -50,7 +50,7 @@ namespace OpenTK.Platform.Linux
IntPtr user_data, IntPtr udev);
[DllImport(lib, EntryPoint = "libinput_udev_assign_seat", CallingConvention = CallingConvention.Cdecl)]
public static extern int AssignSeat(IntPtr @libinput, string seat_id);
public static extern int AssignSeat(IntPtr libinput, string seat_id);
[DllImport(lib, EntryPoint = "libinput_destroy", CallingConvention = CallingConvention.Cdecl)]
public static extern void DestroyContext(IntPtr libinput);