mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:55:50 +00:00
Removed @ symbol from IntPtr name
This commit is contained in:
parent
9a0fa50b3a
commit
60a5315e32
|
@ -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