HomeSort by: relevance | last modified time | path
    Searched defs:cookie_get (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
wndproc.c 207 xcb_get_selection_owner_cookie_t cookie_get; local
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 6 milliseconds