Function xcb::ffi::randr::xcb_randr_set_panning
[−]
[src]
pub unsafe extern fn xcb_randr_set_panning(
c: *mut xcb_connection_t,
crtc: xcb_randr_crtc_t,
timestamp: xcb_timestamp_t,
left: u16,
top: u16,
width: u16,
height: u16,
track_left: u16,
track_top: u16,
track_width: u16,
track_height: u16,
border_left: i16,
border_top: i16,
border_right: i16,
border_bottom: i16
) -> xcb_randr_set_panning_cookie_t