Changeset 77667 in vbox for trunk/src/VBox
- Timestamp:
- Mar 12, 2019 4:03:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r77164 r77667 297 297 /* Record the hint to extra data, needed for guests using VMSVGA: */ 298 298 /* This should be done before the actual hint is sent in case the guest overrides it. */ 299 /* Do not send a hint if nothing has changed to prevent the guest being notified about its own changes. */ 299 300 if ( !isFullscreenOrSeamless() 300 && uisession()->isGuestSupportsGraphics()) 301 && uisession()->isGuestSupportsGraphics() 302 && ( (int)m_pFrameBuffer->width() != size.width() 303 || (int)m_pFrameBuffer->height() != size.height() 304 || uisession()->isScreenVisible(screenId()) != uisession()->isScreenVisibleHostDesires(screenId()))) 301 305 storeGuestSizeHint(size); 302 306
Note:
See TracChangeset
for help on using the changeset viewer.