Changeset 50561 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 24, 2014 9:07:22 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r50478 r50561 1317 1317 /* Inform the host on error */ 1318 1318 if (RT_FAILURE(rc)) 1319 VbglR3DnDGH ErrorEvent(rc);1319 VbglR3DnDGHSendError(rc); 1320 1320 1321 1321 /* At this point, we have either successfully transfered any data or not.
Note:
See TracChangeset
for help on using the changeset viewer.