Changeset 16199 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Jan 23, 2009 12:49:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r16196 r16199 2103 2103 /* The framebuffer was resized and display data need to be updated. */ 2104 2104 pDisplay->handleResizeCompletedEMT (); 2105 if (pFBInfo->u32ResizeStatus != ResizeStatus_Void) 2106 { 2107 /* The resize status could be not Void here because a pending resize is issued. */ 2108 continue; 2109 } 2105 2110 /* Continue with normal processing because the status here is ResizeStatus_Void. */ 2106 Assert (pFBInfo->u32ResizeStatus == ResizeStatus_Void);2107 2111 if (uScreenId == VBOX_VIDEO_PRIMARY_SCREEN) 2108 2112 {
Note:
See TracChangeset
for help on using the changeset viewer.