Changeset 49455 in vbox for trunk/src/VBox
- Timestamp:
- Nov 13, 2013 8:38:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r48945 r49455 1728 1728 1729 1729 /* We cannot signal the m_hHGCMThread as it is most likely waiting in vbglR3DoIOCtl() */ 1730 /** @todo r=michael Don't we have a mechanism for cancelling HGCM calls 1731 * though? */ 1730 1732 /* Wait for our event threads to stop. */ 1733 /** @todo r=michael This routine is generally called on the X11 thread, 1734 * protected by a mutex, so the following thread wait 1735 * makes us hang forever. */ 1731 1736 if (m_hX11Thread) 1732 1737 RTThreadWait(m_hX11Thread, RT_INDEFINITE_WAIT, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.