Searched refs:geom_reply (Results 1 – 2 of 2) sorted by relevance
482 … xcb_get_geometry_reply_t *geom_reply = xcb_get_geometry_reply(conn, geom_cookie, NULL); in winXIconToHICON() local484 if (geom_reply) { in winXIconToHICON()485 width = geom_reply->width; in winXIconToHICON()486 height = geom_reply->height; in winXIconToHICON()
1355 xcb_get_geometry_reply_t *geom_reply; in hostx_get_window_attributes() local1360 geom_reply = xcb_get_geometry_reply(HostX.conn, geom_cookie, NULL); in hostx_get_window_attributes()1363 a_attrs->x = geom_reply->x; in hostx_get_window_attributes()1364 a_attrs->y = geom_reply->y; in hostx_get_window_attributes()1365 a_attrs->width = geom_reply->width; in hostx_get_window_attributes()1366 a_attrs->height = geom_reply->height; in hostx_get_window_attributes()1369 free(geom_reply); in hostx_get_window_attributes()