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

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp1124 * @param selType the atom in question
1126 static bool clipIsSupportedSelectionType(CLIPBACKEND *pCtx, Atom selType) argument
1128 return( (selType == clipGetAtom(pCtx, "CLIPBOARD"))
1129 || (selType == clipGetAtom(pCtx, "PRIMARY")));

Completed in 49 milliseconds