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

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp360 CLIPX11FORMAT bestTextFormat = NIL_CLIPX11FORMAT; local
374 bestTextFormat = format;
378 return bestTextFormat;
447 CLIPX11FORMAT bestTextFormat; local
449 bestTextFormat = clipGetTextFormatFromTargets(pCtx, pTargets, cTargets);
450 if (pCtx->X11TextFormat != bestTextFormat)
452 pCtx->X11TextFormat = bestTextFormat;

Completed in 40 milliseconds