Changeset 97797 in vbox for trunk/src/VBox/HostServices/DragAndDrop
- Timestamp:
- Dec 13, 2022 5:09:09 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/VBoxDragAndDropSvc.cpp
r97789 r97797 262 262 } 263 263 264 265 264 /* 266 265 * Add client to our client map. … … 283 282 return VERR_NO_MEMORY; 284 283 } 285 286 /*287 * Reset the message queue as soon as a new client connects288 * to ensure that every client has the same state.289 */290 if (m_pManager)291 m_pManager->Reset(true /* fForce */);292 284 293 285 LogFlowFunc(("Client %RU32 connected (VINF_SUCCESS)\n", idClient));
Note:
See TracChangeset
for help on using the changeset viewer.