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

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp949 Atom *atomTargets = (Atom *)XtMalloc( (MAX_CLIP_X11_FORMATS + 3) local
959 atomTargets[cTargets] = clipAtomForX11Format(pCtx, format);
964 atomTargets[cTargets] = clipGetAtom(pCtx, "TARGETS");
965 atomTargets[cTargets + 1] = clipGetAtom(pCtx, "MULTIPLE");
966 atomTargets[cTargets + 2] = clipGetAtom(pCtx, "TIMESTAMP");
968 *pValReturn = (XtPointer)atomTargets;

Completed in 36 milliseconds