Home
last modified time | relevance | path

Searched refs:prewin_geom (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c595 xcb_get_geometry_reply_t *prewin_geom; in hostx_init() local
602 prewin_geom = xcb_get_geometry_reply(HostX.conn, cookie, &e); in hostx_init()
606 free(prewin_geom); in hostx_init()
611 scrpriv->win_width = prewin_geom->width; in hostx_init()
612 scrpriv->win_height = prewin_geom->height; in hostx_init()
614 free(prewin_geom); in hostx_init()