VirtualBox

Changeset 21478 in vbox


Ignore:
Timestamp:
Jul 10, 2009 12:49:41 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49910
Message:

FE/Qt4: skip ARGB visuals

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r21227 r21478  
    807807    AssertWrapperOk (csession);
    808808
     809#ifdef Q_WS_X11
     810    setenv ("XLIB_SKIP_ARGB_VISUALS", "1", 1);
     811#endif
    809812    console = new VBoxConsoleView (this, cconsole, mode, centralWidget());
     813#ifdef Q_WS_X11
     814    unsetenv ("XLIB_SKIP_ARGB_VISUALS");
     815#endif
    810816    static_cast <QGridLayout*> (centralWidget()->layout())->addWidget (console, 1, 1, Qt::AlignVCenter | Qt::AlignHCenter);
    811817
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