mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-16 16:10:00 +00:00
Create and Destroy functions for XcursorImage.
This commit is contained in:
parent
52043d5f74
commit
cf43b6003c
|
@ -1480,6 +1480,16 @@ XF86VidModeGetGammaRampSize(
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region Xcursor
|
||||||
|
|
||||||
|
[DllImport(X11Library)]
|
||||||
|
internal static unsafe extern XcursorImage* XcursorImageCreate(int width, int height);
|
||||||
|
|
||||||
|
[DllImport(X11Library)]
|
||||||
|
internal static unsafe extern void XcursorImageDestroy(XcursorImage* image);
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region XQueryKeymap
|
#region XQueryKeymap
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue