Changeset 6496 in vbox for trunk/include/VBox
- Timestamp:
- Jan 25, 2008 6:22:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6465 r6496 1418 1418 /** @} */ 1419 1419 1420 /** @name Video 1421 * @{ */ 1422 VBGLR3DECL(int) VbglR3VideoAccelEnable(uint32_t fEnable); 1423 VBGLR3DECL(int) VbglR3VideoAccelFlush(void); 1424 VBGLR3DECL(int) VbglR3SetPointerShape(uint32_t fFlags, uint32_t x, uint32_t y, uint32_t width, uint32_t height, void *pv, uint32_t cb); 1425 /** @} */ 1426 1420 1427 /** @name Display 1421 1428 * @{ */
Note:
See TracChangeset
for help on using the changeset viewer.