Changeset 50643 in vbox for trunk/src/VBox
- Timestamp:
- Feb 27, 2014 8:23:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r50639 r50643 1750 1750 } 1751 1751 } 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. */ 1752 1755 XFlush(m_pDisplay); 1753 1756 } while (1);
Note:
See TracChangeset
for help on using the changeset viewer.