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

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dinternal.h77 xcb_atom_t atomTargets; member in struct:__anon26b5764f0108
H A Dxevents.c398 xcb_atom_t atomTargets = atoms->atomTargets; local in function:winClipboardFlushXEvents
432 && selection_request->target != atomTargets) {
439 if (selection_request->target == atomTargets) {
442 atomTargets,
706 if (selection_notify->target == atomTargets) {
H A Dthread.c170 atoms.atomTargets = intern_atom(conn, "TARGETS");
H A Dwndproc.c330 xcb_convert_selection(conn, iWindow, selection, atoms->atomTargets,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardxevents.c60 static Atom atomTargets; local in function:winClipboardFlushXEvents
69 atomTargets = XInternAtom (pDisplay, "TARGETS", False);
124 && event.xselectionrequest.target != atomTargets)
132 if (event.xselectionrequest.target == atomTargets)
134 Atom atomTargetArr[] = {atomTargets,

Completed in 7 milliseconds