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