Function xcb::ffi::render::xcb_render_set_picture_clip_rectangles [] [src]

pub unsafe extern fn xcb_render_set_picture_clip_rectangles(
    c: *mut xcb_connection_t,
    picture: xcb_render_picture_t,
    clip_x_origin: i16,
    clip_y_origin: i16,
    rectangles_len: u32,
    rectangles: *const xcb_rectangle_t
) -> xcb_void_cookie_t