Searched refs:sync_req (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_out.c84 } sync_req = { { /* GetInputFocus */ 43, 0, 1 } }; local in function:send_sync
86 vector[1].iov_base = (char *) &sync_req;
87 vector[1].iov_len = sizeof(sync_req);
324 /* send GetInputFocus (sync_req) when 64k-2 requests have been sent without
326 * Also send sync_req (could use NoOp) at 32-bit wrap to avoid having

Completed in 2 milliseconds