Changeset 32645 in vbox
- Timestamp:
- Sep 20, 2010 3:23:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r32631 r32645 767 767 fVisible, fAlpha, fShape, pointerShape->width, pointerShape->height)); 768 768 769 if ( pRequestHeader->size 770 != vmmdevGetMousePointerReqSize(pointerShape->width, 771 pointerShape->height) 772 || !pointerShape->width 773 || !pointerShape->height) 769 if (pRequestHeader->size == sizeof(VMMDevReqMousePointer)) 774 770 { 775 771 /* The guest did not provide the shape actually. */
Note:
See TracChangeset
for help on using the changeset viewer.