VirtualBox

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


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

FE/Qt4: skip ARGB visuals

File:
1 edited

Legend:

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

    r21446 r21477  
    722722         *  from the below constructor or from constructors/methods it calls.
    723723         */
     724#ifdef Q_WS_X11
     725        setenv ("XLIB_SKIP_ARGB_VISUALS", "1", 1);
     726#endif
    724727        VBoxConsoleWnd *w = new VBoxConsoleWnd (&mConsoleWnd, 0);
    725728        Assert (w == mConsoleWnd);
    726729        NOREF(w);
     730#ifdef Q_WS_X11
     731        unsetenv ("XLIB_SKIP_ARGB_VISUALS");
     732#endif
    727733    }
    728734
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