VirtualBox

Changeset 50900 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Mar 26, 2014 10:00:47 PM (11 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxVideo: fix a return value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h

    r49450 r50900  
    6969inline bool VBoxMPCmnUpdatePointerShape(PVBOXMP_COMMON pCommon, PVIDEO_POINTER_ATTRIBUTES pAttrs, uint32_t cbLength)
    7070{
    71     return VBoxHGSMIUpdatePointerShape(&pCommon->guestCtx,
     71    int rc;
     72    rc =   VBoxHGSMIUpdatePointerShape(&pCommon->guestCtx,
    7273                                       pAttrs->Enable & 0x0000FFFF,
    7374                                       (pAttrs->Enable >> 16) & 0xFF,
     
    7576                                       pAttrs->Width, pAttrs->Height, pAttrs->Pixels,
    7677                                       cbLength - sizeof(VIDEO_POINTER_ATTRIBUTES));
     78    return RT_SUCCESS(rc);
    7779}
    7880
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette