VirtualBox

Changeset 6510 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 25, 2008 10:56:25 AM (17 years ago)
Author:
vboxsync
Message:

Changed VbglR3SetPointerShape to accept the full request size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r6507 r6510  
    14221422VBGLR3DECL(int)     VbglR3VideoAccelEnable(bool fEnable);
    14231423VBGLR3DECL(int)     VbglR3VideoAccelFlush(void);
    1424 VBGLR3DECL(int)     VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg);
     1424VBGLR3DECL(int)     VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbReq);
    14251425/** @}  */
    14261426
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