- Timestamp:
- Apr 3, 2009 12:19:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r16199 r18669 315 315 maFramebuffers[uScreenId].pendingResize.w = w; 316 316 maFramebuffers[uScreenId].pendingResize.h = h; 317 317 318 318 return VINF_VGA_RESIZE_IN_PROGRESS; 319 319 } … … 376 376 if (pFBInfo->pendingResize.fPending) 377 377 { 378 /* Reset the condition, call the display resize with saved data and continue. 378 /* Reset the condition, call the display resize with saved data and continue. 379 379 * 380 380 * Note: handleDisplayResize can call handleResizeCompletedEMT back, … … 2328 2328 break; 2329 2329 } 2330 else 2330 else if (pHdr->u8Type != VBOX_VIDEO_INFO_TYPE_NV_HEAP) /** @todo why is Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp pushing this to us? */ 2331 2331 { 2332 2332 LogRel(("Guest adapter information contains unsupported type %d. The block has been skipped.\n", pHdr->u8Type));
Note:
See TracChangeset
for help on using the changeset viewer.