- Timestamp:
- May 28, 2013 1:06:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r46291 r46295 1804 1804 { 1805 1805 int rc = p->fFallback? 1806 rc =VERR_NOT_SUPPORTED: /* Try to go out of fallback mode. */1806 VERR_NOT_SUPPORTED: /* Try to go out of fallback mode. */ 1807 1807 p->pThis->m_interfaceImage.VRDEImageGeometrySet(p->hImageBitmap, &rect); 1808 1808 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.