mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 23:25:27 +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);
|
IntPtr user_data, IntPtr udev);
|
||||||
|
|
||||||
[DllImport(lib, EntryPoint = "libinput_udev_assign_seat", CallingConvention = CallingConvention.Cdecl)]
|
[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)]
|
[DllImport(lib, EntryPoint = "libinput_destroy", CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern void DestroyContext(IntPtr libinput);
|
public static extern void DestroyContext(IntPtr libinput);
|
||||||
|
|
Loading…
Reference in a new issue