VirtualBox

Changeset 11142 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 5, 2008 6:11:17 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Fixing mac build.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h

    r11135 r11142  
    297297    QMap <QAction *, CHostFloppyDrive> hostFloppyMap;
    298298
    299     QRect mNormalGeometry;
     299    QRect mNormalGeo;
    300300    QSize prev_min_size;
    301301
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r11135 r11142  
    733733                y = ar.top();
    734734
    735             mNormalGeometry = QRect (x, y, w, h);
     735            mNormalGeo = QRect (x, y, w, h);
    736736
    737737            setGeometry (x, y, w, h);
    738738        }
    739739        else
    740             mNormalGeometry = QRect();
     740            mNormalGeo = QRect();
    741741
    742742        /* Normalize to the optimal size */
     
    10091009        CMachine machine = csession.GetMachine();
    10101010        QString winPos = QString ("%1,%2,%3,%4")
    1011             .arg (mNormalGeometry.x()).arg (mNormalGeometry.y())
    1012             .arg (mNormalGeometry.width()).arg (mNormalGeometry.height());
     1011            .arg (mNormalGeo.x()).arg (mNormalGeo.y())
     1012            .arg (mNormalGeo.width()).arg (mNormalGeo.height());
    10131013        if (isMaximized() || (mIsFullscreen && was_max)
    10141014                          || (mIsSeamless && was_max))
     
    11321132                !isTrueFullscreen() && !isTrueSeamless())
    11331133            {
    1134                 mNormalGeometry.setSize (re->size());
     1134                mNormalGeo.setSize (re->size());
    11351135#ifdef VBOX_WITH_DEBUGGER_GUI
    11361136                dbgAdjustRelativePos();
     
    11521152            if (!isMaximized() && !isTrueFullscreen() && !isTrueSeamless())
    11531153            {
    1154                 mNormalGeometry.moveTo (geometry().x(), geometry().y());
     1154                mNormalGeo.moveTo (geometry().x(), geometry().y());
    11551155#ifdef VBOX_WITH_DEBUGGER_GUI
    11561156                dbgAdjustRelativePos();
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