Create and Destroy functions for XcursorImage.
This commit is contained in:
parent
52043d5f74
commit
cf43b6003c
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue