VirtualBox

Changeset 50643 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 27, 2014 8:23:20 PM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: fix busy waiting in the drag and drop X11 thread, add a comment.

File:
1 edited

Legend:

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

    r50639 r50643  
    17501750                }
    17511751            }
     1752            /* Make sure that any X11 requests have actually been sent to the
     1753             * server, since we are waiting for responses using poll() on
     1754             * another thread which will not automatically trigger flushing. */
    17521755            XFlush(m_pDisplay);
    17531756        } while (1);
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