VirtualBox

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


Ignore:
Timestamp:
Feb 26, 2010 3:20:27 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58140
Message:

FE/Qt4: new core: QGL mode working again

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

Legend:

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

    r26797 r26862  
    13381338{
    13391339public:
    1340     VBoxGLWidget (CConsole &console, QWidget *aParent, VBoxVHWASettings *aSettings);
     1340    VBoxGLWidget (CConsole console, QWidget *aParent, VBoxVHWASettings *aSettings);
    13411341    ~VBoxGLWidget();
    13421342
     
    15351535    QRect mViewport;
    15361536
    1537     CConsole &m_console;
     1537    CConsole m_console;
    15381538
    15391539    VBoxVHWASurfList *mConstructingList;
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp

    r26859 r26862  
    370370    switch (mode())
    371371    {
    372 #if 0 // TODO: Create Open GL viewport!
    373372        case VBoxDefs::QGLMode:
    374             pViewport = new VBoxGLWidget(this, this, NULL);
     373            pViewport = new VBoxGLWidget(session().GetConsole(), this, NULL);
    375374            break;
    376 #endif
    377375        default:
    378376            pViewport = new VBoxViewport(this);
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