diff --git a/Source/OpenTK/Platform/X11/API.cs b/Source/OpenTK/Platform/X11/API.cs index 2d488ab2..6a47cfa5 100644 --- a/Source/OpenTK/Platform/X11/API.cs +++ b/Source/OpenTK/Platform/X11/API.cs @@ -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 /*