Searched refs:reply2 (Results 1 – 1 of 1) sorted by relevance
584 xcb_icccm_get_text_property_reply_t reply2; in GetClassNames() local599 if (xcb_icccm_get_wm_name_reply(pWMInfo->conn, cookie2, &reply2, NULL)) { in GetClassNames()600 *window_name = strndup(reply2.name, reply2.name_len); in GetClassNames()601 xcb_icccm_get_text_property_reply_wipe(&reply2); in GetClassNames()