Changeset 21478 in vbox
- Timestamp:
- Jul 10, 2009 12:49:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49910
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r21227 r21478 807 807 AssertWrapperOk (csession); 808 808 809 #ifdef Q_WS_X11 810 setenv ("XLIB_SKIP_ARGB_VISUALS", "1", 1); 811 #endif 809 812 console = new VBoxConsoleView (this, cconsole, mode, centralWidget()); 813 #ifdef Q_WS_X11 814 unsetenv ("XLIB_SKIP_ARGB_VISUALS"); 815 #endif 810 816 static_cast <QGridLayout*> (centralWidget()->layout())->addWidget (console, 1, 1, Qt::AlignVCenter | Qt::AlignHCenter); 811 817
Note:
See TracChangeset
for help on using the changeset viewer.