Changeset 50265 in vbox for trunk/src/VBox/HostServices/DragAndDrop
- Timestamp:
- Jan 29, 2014 11:12:44 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/service.cpp
r49891 r50265 5 5 6 6 /* 7 * Copyright (C) 2011-201 3Oracle Corporation7 * Copyright (C) 2011-2014 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 177 177 switch (u32Function) 178 178 { 179 /* Note: Older VBox versions with enabled DnD guest->host support (< 4.4) 180 * used the same ID (300) for GUEST_DND_GET_NEXT_HOST_MSG and 181 * HOST_DND_GH_REQ_PENDING, which led this service returning 182 * VERR_INVALID_PARAMETER when the guest wanted to actually 183 * handle HOST_DND_GH_REQ_PENDING. */ 179 184 case DragAndDropSvc::GUEST_DND_GET_NEXT_HOST_MSG: 180 185 {
Note:
See TracChangeset
for help on using the changeset viewer.