Searched refs:crtc_info_r (Results 1 – 1 of 1) sorted by relevance
250 xcb_randr_get_crtc_info_reply_t *crtc_info_r; in hostx_get_output_geometry() local321 crtc_info_r = xcb_randr_get_crtc_info_reply(HostX.conn, in hostx_get_output_geometry()326 *x = crtc_info_r->x; in hostx_get_output_geometry()327 *y = crtc_info_r->y; in hostx_get_output_geometry()328 *width = crtc_info_r->width; in hostx_get_output_geometry()329 *height = crtc_info_r->height; in hostx_get_output_geometry()331 free(crtc_info_r); in hostx_get_output_geometry()