Add XcursorImageLoadCursor function.

This commit is contained in:
Fraser Waters 2014-02-22 14:04:01 +00:00 committed by thefiddler
parent 4f2658ab79
commit 6e23a55f35

View file

@ -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