Changeset 59307 in vbox
- Timestamp:
- Jan 11, 2016 11:37:12 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r59169 r59307 767 767 pCtx->mouseShapeInfo.fSet = true; 768 768 pCtx->mouseShapeInfo.fVisible = fVisible; 769 pCtx->mouseShapeInfo.fAlpha = fAlpha;770 769 if (fShape) 771 770 { … … 775 774 pCtx->mouseShapeInfo.u32Width = parms.u32Width; 776 775 pCtx->mouseShapeInfo.u32Height = parms.u32Height; 776 pCtx->mouseShapeInfo.fAlpha = fAlpha; 777 777 778 778 /* Reallocate memory buffer if necessary. */
Note:
See TracChangeset
for help on using the changeset viewer.

