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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp83 VBVAMOUSESHAPEINFO mouseShapeInfo; member in struct:VBVACONTEXT
658 pCtx->mouseShapeInfo.fSet = true;
659 pCtx->mouseShapeInfo.fVisible = fVisible;
660 pCtx->mouseShapeInfo.fAlpha = fAlpha;
664 pCtx->mouseShapeInfo.u32HotX = pShape->u32HotX;
665 pCtx->mouseShapeInfo.u32HotY = pShape->u32HotY;
666 pCtx->mouseShapeInfo.u32Width = pShape->u32Width;
667 pCtx->mouseShapeInfo.u32Height = pShape->u32Height;
670 if (cbPointerData > pCtx->mouseShapeInfo.cbAllocated)
672 RTMemFree (pCtx->mouseShapeInfo
[all...]

Completed in 34 milliseconds