- Timestamp:
- Nov 25, 2009 11:12:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r24926 r24940 610 610 pCtx->mouseShapeInfo.fVisible = fVisible; 611 611 pCtx->mouseShapeInfo.fAlpha = fAlpha; 612 pCtx->mouseShapeInfo.u32HotX = pShape->u32HotX;613 pCtx->mouseShapeInfo.u32HotY = pShape->u32HotY;614 pCtx->mouseShapeInfo.u32Width = pShape->u32Width;615 pCtx->mouseShapeInfo.u32Height = pShape->u32Height;616 612 if (fShape) 617 613 { 614 /* Data related to shape. */ 615 pCtx->mouseShapeInfo.u32HotX = pShape->u32HotX; 616 pCtx->mouseShapeInfo.u32HotY = pShape->u32HotY; 617 pCtx->mouseShapeInfo.u32Width = pShape->u32Width; 618 pCtx->mouseShapeInfo.u32Height = pShape->u32Height; 619 618 620 /* Reallocate memory buffer if necessary. */ 619 621 if (cbPointerData > pCtx->mouseShapeInfo.cbAllocated)
Note:
See TracChangeset
for help on using the changeset viewer.