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

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dwndproc.c207 xcb_get_selection_owner_cookie_t cookie_get; local in function:winClipboardWindowProc
223 cookie_get = xcb_get_selection_owner(conn, XCB_ATOM_PRIMARY);
224 reply = xcb_get_selection_owner_reply(conn, cookie_get, NULL);
235 cookie_get = xcb_get_selection_owner(conn, atoms->atomClipboard);
236 reply = xcb_get_selection_owner_reply(conn, cookie_get, NULL);

Completed in 4 milliseconds