Changeset 59843 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
- Timestamp:
- Feb 26, 2016 10:57:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r59717 r59843 309 309 (unsigned long)m_uScreenId, iWidth, iHeight)); 310 310 311 // TODO: Move to appropriate place!312 311 /* Some situations require frame-buffer resize-events to be ignored at all, 313 312 * leaving machine-window, machine-view and frame-buffer sizes preserved: */ … … 315 314 return; 316 315 316 /* In some situations especially in some VM states, guest-screen is not drawable: */ 317 317 if (uisession()->isGuestScreenUnDrawable()) 318 318 return;
Note:
See TracChangeset
for help on using the changeset viewer.