VirtualBox

Changeset 61656 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Jun 10, 2016 1:13:44 PM (8 years ago)
Author:
vboxsync
Message:

same here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r61654 r61656  
    32323232    if (m_hX11Thread != NIL_RTTHREAD)
    32333233    {
     3234#if 0
    32343235        rc2 = RTThreadWait(m_hX11Thread, 30 * 1000 /* 30s timeout */, &rcThread);
     3236#else
     3237        rc2 = RTThreadWait(m_hX11Thread, 200 /* 200ms timeout */, &rcThread);
     3238#endif
    32353239        if (RT_SUCCESS(rc2))
    32363240            rc2 = rcThread;
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