mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-26 13:05:03 +00:00
Add XcursorImageLoadCursor function.
This commit is contained in:
parent
4f2658ab79
commit
6e23a55f35
|
@ -1489,6 +1489,9 @@ XF86VidModeGetGammaRampSize(
|
|||
[DllImport(XcursorLibrary)]
|
||||
internal static unsafe extern void XcursorImageDestroy(XcursorImage* image);
|
||||
|
||||
[DllImport(XcursorLibrary)]
|
||||
internal static unsafe extern Cursor XcursorImageLoadCursor(Display dpy, XcursorImage* image);
|
||||
|
||||
#endregion
|
||||
|
||||
#region XQueryKeymap
|
||||
|
|
Loading…
Reference in a new issue