VirtualBox

Changeset 8425 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 28, 2008 3:03:37 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30274
Message:

Frontends/VirtualBox3/4, Main, Devices/VMMDev, Frontends/VBoxBFE, Additions/common, Additions/x11: reverted r30152, r30085, r30074 and r30072

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestImpl.h

    r8323 r8425  
    6161    STDMETHOD(COMGETTER(AdditionsActive)) (BOOL *aAdditionsActive);
    6262    STDMETHOD(COMGETTER(AdditionsVersion)) (BSTR *aAdditionsVersion);
    63     STDMETHOD(COMGETTER(MaxGuestWidth)) (ULONG *aMaxWidth);
    64     STDMETHOD(COMGETTER(MaxGuestHeight)) (ULONG *aMaxHeight);
    6563    STDMETHOD(COMGETTER(SupportsSeamless)) (BOOL *aSupportsSeamless);
    6664    STDMETHOD(COMGETTER(SupportsGraphics)) (BOOL *aSupportsGraphics);
     
    7876    void setAdditionsVersion (Bstr aVersion);
    7977
    80     void setMaxGuestResolution (ULONG aMaxWidth, ULONG aMaxHeight);
    81 
    8278    void setSupportsSeamless (BOOL aSupportsSeamless);
    8379
     
    9389    struct Data
    9490    {
    95         Data() : mAdditionsActive (FALSE), mMaxWidth (0),
    96                  mMaxHeight(0), mSupportsSeamless (FALSE),
     91        Data() : mAdditionsActive (FALSE), mSupportsSeamless (FALSE),
    9792                  /* Windows and OS/2 guests take this for granted */
    9893                 mSupportsGraphics (TRUE) {}
     
    10196        BOOL  mAdditionsActive;
    10297        Bstr  mAdditionsVersion;
    103         /** The maximum width supported by the guest - zero means no maximum */
    104         ULONG mMaxWidth;
    105         /** The maximum height supported by the guest - zero means no maximum */
    106         ULONG mMaxHeight;
    10798        BOOL  mSupportsSeamless;
    10899        BOOL  mSupportsGraphics;
Note: See TracChangeset for help on using the changeset viewer.

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