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

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dinternal.h76 xcb_atom_t atomCompoundText; member in struct:__anon26b5764f0108
H A Dxevents.c289 } else if (xtpText_encoding == atoms->atomCompoundText) {
397 xcb_atom_t atomCompoundText = atoms->atomCompoundText; local in function:winClipboardFlushXEvents
431 && selection_request->target != atomCompoundText
445 // atomCompoundText, not implemented (yet?)
543 } else if (selection_request->target == atomCompoundText) {
H A Dthread.c169 atoms.atomCompoundText = intern_atom(conn, "COMPOUND_TEXT");
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardxevents.c58 static Atom atomCompoundText; local in function:winClipboardFlushXEvents
68 atomCompoundText = XInternAtom (pDisplay, "COMPOUND_TEXT", False);
123 && event.xselectionrequest.target != atomCompoundText
135 atomCompoundText,
242 else if (event.xselectionrequest.target == atomCompoundText)
506 else if (event.xselection.target == atomCompoundText)

Completed in 6 milliseconds