Changeset 6510 in vbox for trunk/include/VBox
- Timestamp:
- Jan 25, 2008 10:56:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6507 r6510 1422 1422 VBGLR3DECL(int) VbglR3VideoAccelEnable(bool fEnable); 1423 1423 VBGLR3DECL(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 cb Img);1424 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t xHot, uint32_t yHot, uint32_t cx, uint32_t cy, const void *pvImg, size_t cbReq); 1425 1425 /** @} */ 1426 1426
Note:
See TracChangeset
for help on using the changeset viewer.