VirtualBox

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/x11/vboxvideo/pointer.c

    r44528 r50900  
    532532    }
    533533
    534     rc = VBoxHGSMIUpdatePointerShape(&pVBox->guestCtx, fFlags, bitsp->xhot,
    535                                      bitsp->yhot, w, h, p, sizeData);
     534    VBoxHGSMIUpdatePointerShape(&pVBox->guestCtx, fFlags, bitsp->xhot,
     535                                bitsp->yhot, w, h, p, sizeData);
    536536    free(p);
    537537}
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