Changeset 50900 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Mar 26, 2014 10:00:47 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h
r49450 r50900 69 69 inline bool VBoxMPCmnUpdatePointerShape(PVBOXMP_COMMON pCommon, PVIDEO_POINTER_ATTRIBUTES pAttrs, uint32_t cbLength) 70 70 { 71 return VBoxHGSMIUpdatePointerShape(&pCommon->guestCtx, 71 int rc; 72 rc = VBoxHGSMIUpdatePointerShape(&pCommon->guestCtx, 72 73 pAttrs->Enable & 0x0000FFFF, 73 74 (pAttrs->Enable >> 16) & 0xFF, … … 75 76 pAttrs->Width, pAttrs->Height, pAttrs->Pixels, 76 77 cbLength - sizeof(VIDEO_POINTER_ATTRIBUTES)); 78 return RT_SUCCESS(rc); 77 79 } 78 80
Note:
See TracChangeset
for help on using the changeset viewer.