Changeset 65122 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jan 4, 2017 5:11:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112625
- Location:
- trunk/src/VBox/Additions/common/VBoxVideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r65047 r65122 347 347 * @param offVRAMGuestHeapMemory the offset of the memory pointed to by 348 348 * @a pvGuestHeapMemory within the video RAM 349 * @param pEnv HGSMI environment. 349 350 */ 350 351 DECLHIDDEN(int) VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx, … … 555 556 * 556 557 * @returns success or failure 558 * @param pCtx the context containing the heap to be used 557 559 * @param fFlags cursor flags, @see VMMDevReqMousePointer::fFlags 558 560 * @param cHotX horizontal position of the hot spot -
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r65047 r65122 224 224 * initialised first using @a VBoxHGSMISendViewInfo and if the mode is being 225 225 * set on the first display then it must be set first using registers. 226 * @param pCtx The context containing the heap to use. 226 227 * @param cDisplay the screen number 227 228 * @param cOriginX the horizontal displacement relative to the first screen … … 234 235 * @param cHeight the mode height 235 236 * @param cBPP the colour depth of the mode 237 * @param fFlags flags 236 238 */ 237 239 DECLHIDDEN(void) VBoxHGSMIProcessDisplayInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, … … 321 323 * @param pCtx the context containing the heap to use 322 324 * @param cScreens the number of screens to query hints for, starting at 0. 323 * @param p Hintsarray of VBVAMODEHINT structures for receiving the hints.325 * @param paHints array of VBVAMODEHINT structures for receiving the hints. 324 326 * @returns iprt status code 325 327 * @returns VERR_NO_MEMORY HGSMI heap allocation failed.
Note:
See TracChangeset
for help on using the changeset viewer.