Changeset 58191 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Oct 12, 2015 2:33:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r58188 r58191 98 98 * @param cbImg Size of the image data pointed to by pvImg. 99 99 */ 100 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbImg) 100 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, 101 const void *pvImg, size_t cbImg) 101 102 { 102 103 VMMDevReqMousePointer *pReq;
Note:
See TracChangeset
for help on using the changeset viewer.