VirtualBox

Changeset 6059 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 13, 2007 2:53:07 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: workaround for strange X11 warnings on i386 and segfaults on AMD64 when using the SDL framebuffer

File:
1 edited

Legend:

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

    r5999 r6059  
    688688#if defined (VBOX_GUI_USE_SDL)
    689689        case VBoxDefs::SDLMode:
     690# ifdef Q_WS_X11
     691            /* This is somehow necessary to prevent strange X11 warnings on
     692             * i386 and segfaults on x86_64. */
     693            XFlush(this->x11Display());
     694# endif
    690695            mFrameBuf = new VBoxSDLFrameBuffer (this);
    691696            /*
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