Function xcb::randr::set_panning [] [src]

pub fn set_panning<'a>(
    c: &'a Connection,
    crtc: Crtc,
    timestamp: Timestamp,
    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
) -> SetPanningCookie<'a>