XcursorTryShapeCursor

This is the function called by Xlib when attempting to load cursors from XCreateGlyphCursor. The interface must not change as Xlib loads 'libXcursor.so' instead of a specific major version

extern (C) @nogc nothrow
Cursor function(Display* dpy, Font source_font, Font mask_font, uint source_char, uint mask_char, const XColor* foreground, const XColor* background) XcursorTryShapeCursor;

Meta