Changeset 50805 in vbox for trunk/src/VBox
- Timestamp:
- Mar 17, 2014 3:57:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r50754 r50805 1073 1073 } 1074 1074 LogRelFlow(("[%d]: default format %d\n", uScreenId, pFBInfo->fDefaultFormat)); 1075 1076 /* Repaint the display because VM continued to run during the framebuffer resize. */ 1077 InvalidateAndUpdateEMT(this, uScreenId, false); 1075 1078 1076 1079 /* Handle the case if there are some saved visible region that needs to be … … 3842 3845 continue; 3843 3846 } 3844 /* Continue with normal processing because the status here is ResizeStatus_Void. 3845 * Repaint all displays because VM continued to run during the framebuffer resize. 3846 */ 3847 pDisplay->InvalidateAndUpdateEMT(pDisplay, uScreenId, false); 3847 /* Continue with normal processing because the status here is ResizeStatus_Void. */ 3848 3848 } 3849 3849 else if (u32ResizeStatus == ResizeStatus_InProgress)
Note:
See TracChangeset
for help on using the changeset viewer.