Lines Matching defs:eid
169 uint32_t eid = 0;
219 eid = xcb_generate_id(c);
220 xcb_present_select_input(c, eid, win,
223 Q = xcb_register_for_special_xge(c, &xcb_present_id, eid, &stamp);
356 xcb_discard_reply(c, xcb_present_select_input_checked(c, eid, win, 0).sequence);
379 uint32_t eid;
444 pp[i].eid = xcb_generate_id(c);
445 xcb_present_select_input(c, pp[i].eid, pp[i].win,
448 pp[i].Q = xcb_register_for_special_xge(c, &xcb_present_id, pp[i].eid, &stamp);
599 xcb_discard_reply(c, xcb_present_select_input_checked(c, pp[i].eid, pp[i].win, 0).sequence);