- Timestamp:
- May 10, 2012 2:36:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r41065 r41240 2647 2647 rc = VERR_INVALID_PARAMETER; 2648 2648 } 2649 2650 if (RT_SUCCESS(rc) && pDisplay->maFramebuffers[aScreenId].u32ResizeStatus == ResizeStatus_Void) 2651 pDisplay->mParent->consoleVRDPServer()->SendUpdateBitmap(aScreenId, x, y, width, height); 2652 2649 2653 pDisplay->vbvaUnlock(); 2650 2654 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.