Searched refs:output_info_r (Results 1 – 1 of 1) sorted by relevance
248 xcb_randr_get_output_info_reply_t *output_info_r; in hostx_get_output_geometry() local293 output_info_r = xcb_randr_get_output_info_reply(HostX.conn, in hostx_get_output_geometry()298 name_len = xcb_randr_get_output_info_name_length(output_info_r); in hostx_get_output_geometry()300 strncpy(name, (char*)xcb_randr_get_output_info_name(output_info_r), name_len); in hostx_get_output_geometry()308 if (output_info_r->crtc == XCB_NONE) in hostx_get_output_geometry()311 free(output_info_r); in hostx_get_output_geometry()319 output_info_r->crtc, in hostx_get_output_geometry()335 free(output_info_r); in hostx_get_output_geometry()