Changeset 58376 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 22, 2015 11:42:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r57197 r58376 559 559 m_iWinId = (m_pMachineView && m_pMachineView->viewport()) ? (LONG64)m_pMachineView->viewport()->winId() : 0; 560 560 561 #ifdef Q_WS_X11 562 /* Sync Qt and X11 Server (see xTracker #7547). */ 563 XSync(QX11Info::display(), false); 564 #endif 565 561 566 /* Assign display: */ 562 567 m_display = m_pMachineView->uisession()->display();
Note:
See TracChangeset
for help on using the changeset viewer.