Changeset 57754 in vbox for trunk/src/VBox
- Timestamp:
- Sep 15, 2015 11:16:38 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/service.cpp
r57753 r57754 279 279 /* Note: New since protocol version 2. */ 280 280 case DragAndDropSvc::GUEST_DND_CONNECT: 281 { 282 /* 283 * Never block the initial connect call, as the clients do this when 284 * initializing and might get stuck if drag and drop is set to "disabled" at 285 * that time. 286 */ 287 rc = VINF_SUCCESS; 288 break; 289 } 281 /* Fall through is intentional. */ 290 282 case DragAndDropSvc::GUEST_DND_HG_ACK_OP: 291 /* Fall through is intentional. */292 283 case DragAndDropSvc::GUEST_DND_HG_REQ_DATA: 293 /* Fall through is intentional. */294 284 case DragAndDropSvc::GUEST_DND_HG_EVT_PROGRESS: 295 285 { … … 691 681 } 692 682 693 #undef DO_HOST_CALLBACK694 695 683 /* 696 684 * If async execution is requested, we didn't notify the guest yet about
Note:
See TracChangeset
for help on using the changeset viewer.