Removed @ symbol from IntPtr name
This commit is contained in:
parent
5db38956d6
commit
8558e86e81
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue