Changeset 26493 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Feb 14, 2010 7:50:58 AM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuestLib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp
r26425 r26493 72 72 73 73 /* This can be a variable size request. Check the request type and limit the size 74 * to VMMDEV_MAX_VMMDEVREQ_SIZE, which is max size supported by the host. 74 * to VMMDEV_MAX_VMMDEVREQ_SIZE, which is max size supported by the host. 75 75 */ 76 76 if ( pReq->requestType == VMMDevReq_LogString -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
r26425 r26493 331 331 return RTErrConvertFromWin32(RegCloseKey(hKey)); 332 332 } 333 #endif /* RT_OS_WINDOWS */ 333 #endif /* RT_OS_WINDOWS */ 334 334 335 335 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r26425 r26493 145 145 * most recent host request, otherwise it will return the 146 146 * last request to be acknowleged. 147 * 147 * 148 148 */ 149 149 VBGLR3DECL(int) VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits, uint32_t *piDisplay, bool fAck)
Note:
See TracChangeset
for help on using the changeset viewer.