Function x11rb::protocol::xvmc::create_subpicture

source ·
pub fn create_subpicture<Conn>(
    conn: &Conn,
    subpicture_id: Subpicture,
    context: Context,
    xvimage_id: u32,
    width: u16,
    height: u16
) -> Result<Cookie<'_, Conn, CreateSubpictureReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,