VirtualBox

Changeset 49455 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 13, 2013 8:38:01 AM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: DnD service todos.

File:
1 edited

Legend:

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

    r48945 r49455  
    17281728
    17291729    /* 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? */
    17301732    /* 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. */
    17311736    if (m_hX11Thread)
    17321737        RTThreadWait(m_hX11Thread, RT_INDEFINITE_WAIT, NULL);
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