VirtualBox

Ignore:
Timestamp:
May 16, 2008 12:15:58 PM (17 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox: created a configuration setting for the maximum guest resolution allowed (see #2787c27-36)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h

    r8440 r8888  
    197197private:
    198198
    199     void setDesktopGeometry(int minWidth, int minHeight);
     199    enum meDesktopGeo {
     200        invalid = 0, fixed, automatic, any, unchanged
     201    };
     202    void setDesktopGeometry(meDesktopGeo type, int width, int height);
     203    void setDesktopGeoHint(int width, int height);
    200204    void maybeRestrictMinimumSize();
    201205
     
    284288    CGImageRef mVirtualBoxLogo;
    285289#endif
     290    meDesktopGeo mDesktopGeoType;
    286291    QRect mDesktopGeometry;
     292    QRect mLastSizeHint;
    287293};
    288294
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette