Changeset 19588 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 11, 2009 2:33:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r19432 r19588 318 318 return VINF_VGA_RESIZE_IN_PROGRESS; 319 319 } 320 321 /* The framebuffer is locked in the state.322 * The lock is kept, because the framebuffer is in undefined state.323 */324 maFramebuffers[uScreenId].pFramebuffer->Lock();325 320 326 321 int rc = callFramebufferResize (maFramebuffers[uScreenId].pFramebuffer, uScreenId, … … 417 412 LogFlowFunc (("Calling VRDP\n")); 418 413 mParent->consoleVRDPServer()->SendResize(); 419 420 if (!pFBInfo->pFramebuffer.isNull())421 {422 /* Unlock framebuffer after evrything is done. */423 pFBInfo->pFramebuffer->Unlock();424 }425 414 } 426 415 }
Note:
See TracChangeset
for help on using the changeset viewer.