Searched defs:clipGetAtom (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp56 static Atom clipGetAtom(CLIPBACKEND *pCtx, const char *pszName);
109 return clipGetAtom(pCtx, g_aFormats[format].pcszAtom);
287 static Atom clipGetAtom(CLIPBACKEND *pCtx, const char *pszName) function
571 clipGetAtom(pCtx, "CLIPBOARD"),
572 clipGetAtom(pCtx, "TARGETS"),
777 clipGetAtom(pCtx, "CLIPBOARD"),
964 atomTargets[cTargets] = clipGetAtom(pCtx, "TARGETS");
965 atomTargets[cTargets + 1] = clipGetAtom(pCtx, "MULTIPLE");
966 atomTargets[cTargets + 2] = clipGetAtom(pCtx, "TIMESTAMP");
1128 return( (selType == clipGetAtom(pCt
[all...]

Completed in 75 milliseconds