Changeset 6507 in vbox for trunk/include/VBox
- Timestamp:
- Jan 25, 2008 10:24:51 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27516
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6497 r6507 1420 1420 /** @name Video 1421 1421 * @{ */ 1422 VBGLR3DECL(int) VbglR3VideoAccelEnable( uint32_tfEnable);1422 VBGLR3DECL(int) VbglR3VideoAccelEnable(bool fEnable); 1423 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 cbImgSize);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); 1425 1425 /** @} */ 1426 1426
Note:
See TracChangeset
for help on using the changeset viewer.