Changeset 43888 in vbox for trunk/include/VBox
- Timestamp:
- Nov 15, 2012 9:23:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/HostServices/VBoxCrOpenGLSvc.h
r41404 r43888 90 90 /* Update the window visible region. */ 91 91 DECLR3CALLBACKMEMBER(void, H3DORVisibleRegion, (void *pvInstance, 92 uint32_t cRects, RTRECT *paRects));92 uint32_t cRects, const RTRECT *paRects)); 93 93 /* A rendered 3D frame is ready. Format of pvData is "pszFormat" parameter of H3DORBegin. */ 94 94 DECLR3CALLBACKMEMBER(void, H3DORFrame, (void *pvInstance,
Note:
See TracChangeset
for help on using the changeset viewer.