Changeset 43888 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 15, 2012 9:23:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r43350 r43888 243 243 int32_t x, int32_t y, uint32_t w, uint32_t h); 244 244 static DECLCALLBACK(void) H3DORVisibleRegion(void *pvInstance, 245 uint32_t cRects, RTRECT *paRects);245 uint32_t cRects, const RTRECT *paRects); 246 246 static DECLCALLBACK(void) H3DORFrame(void *pvInstance, 247 247 void *pvData, uint32_t cbData);
Note:
See TracChangeset
for help on using the changeset viewer.