Create and Destroy functions for XcursorImage.

This commit is contained in:
Fraser Waters 2014-02-22 12:54:34 +00:00 committed by thefiddler
parent 52043d5f74
commit cf43b6003c

View file

@ -1480,6 +1480,16 @@ XF86VidModeGetGammaRampSize(
#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
/*