Changeset 61656 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jun 10, 2016 1:13:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r61654 r61656 3232 3232 if (m_hX11Thread != NIL_RTTHREAD) 3233 3233 { 3234 #if 0 3234 3235 rc2 = RTThreadWait(m_hX11Thread, 30 * 1000 /* 30s timeout */, &rcThread); 3236 #else 3237 rc2 = RTThreadWait(m_hX11Thread, 200 /* 200ms timeout */, &rcThread); 3238 #endif 3235 3239 if (RT_SUCCESS(rc2)) 3236 3240 rc2 = rcThread;
Note:
See TracChangeset
for help on using the changeset viewer.