Changeset 49177 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
- Timestamp:
- Oct 18, 2013 11:48:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h
r49176 r49177 44 44 void sltAdditionsStateChanged(); 45 45 46 #ifdef Q_WS_X1147 /* Slot to perform synchronized geometry normalization.48 * Currently its only required under X11 as of its async nature: */49 virtual void sltNormalizeGeometry() { normalizeGeometry(true); }50 #endif /* Q_WS_X11 */51 52 46 private: 53 47 … … 72 66 /* Private helpers: */ 73 67 void maybeResendResizeHint(); 74 void normalizeGeometry(bool fAdjustPosition);68 void maybeAdjustGuestScreenSize(); 75 69 QRect workingArea() const; 76 70 QSize calculateMaxGuestSize() const;
Note:
See TracChangeset
for help on using the changeset viewer.