Changeset 53530 in vbox for trunk/include/VBox
- Timestamp:
- Dec 12, 2014 8:44:49 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97271
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxVideoGuest.h
r50900 r53530 32 32 #include <VBox/HGSMI/HGSMI.h> 33 33 #include <VBox/HGSMI/HGSMIChSetup.h> 34 #include <VBox/VBoxVideo.h> 34 35 35 36 #ifdef VBOX_XPDM_MINIPORT … … 222 223 uint32_t *pcbGuestHeapMemory, 223 224 uint32_t *poffHostFlags); 225 RTDECL(int) VBoxHGSMISendCapsInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, 226 uint32_t fCaps); 224 227 /** @todo we should provide a cleanup function too as part of the API */ 225 228 RTDECL(int) VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx, … … 326 329 uint16_t cBPP, 327 330 uint16_t fFlags); 331 RTDECL(int) VBoxHGSMIGetModeHints(PHGSMIGUESTCOMMANDCONTEXT pCtx, 332 unsigned cScreens, VBVAMODEHINT *paHints); 328 333 329 334 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.