mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 06:05:33 +00:00
Removed @ symbol from IntPtr name
This commit is contained in:
parent
5db38956d6
commit
8558e86e81
|
@ -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