VirtualBox

Ignore:
Timestamp:
Oct 22, 2015 11:42:29 AM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: forgotten XSync in frame-buffer code.

File:
1 edited

Legend:

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

    r57197 r58376  
    559559    m_iWinId = (m_pMachineView && m_pMachineView->viewport()) ? (LONG64)m_pMachineView->viewport()->winId() : 0;
    560560
     561#ifdef Q_WS_X11
     562    /* Sync Qt and X11 Server (see xTracker #7547). */
     563    XSync(QX11Info::display(), false);
     564#endif
     565
    561566    /* Assign display: */
    562567    m_display = m_pMachineView->uisession()->display();
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