[][src]Function sdl2_sys::XCreateGlyphCursor

pub unsafe extern "C" fn XCreateGlyphCursor(
    arg1: *mut Display,
    arg2: Font,
    arg3: Font,
    arg4: c_uint,
    arg5: c_uint,
    arg6: *const XColor,
    arg7: *const XColor
) -> Cursor