Changeset 7450 in vbox
- Timestamp:
- Mar 14, 2008 6:32:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r7368 r7450 1092 1092 updateGeometry(); 1093 1093 1094 /* Remember the new size for sending an initial size hint 1095 on next power up. */ 1096 if (mConsole.GetGuest().GetSupportsGraphics()) 1097 mLastSizeHint = QSize(re->width(), re->height()); 1098 1094 1099 /* make sure that all posted signals are processed */ 1095 1100 qApp->processEvents(); … … 3578 3583 3579 3584 mConsole.GetDisplay().SetVideoModeHint (sz.width(), sz.height(), 0, 0); 3580 mLastSizeHint = sz;3581 3585 } 3582 3586 }
Note:
See TracChangeset
for help on using the changeset viewer.