Changeset 104235 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Apr 8, 2024 5:50:13 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r103630 r104235 1461 1461 1462 1462 PSHCLEVENT pEvent = ShClEventSourceGetFromId(&pClient->EventSrc, idEvent); 1463 #if defined(RT_OS_DARWIN) 1464 /* We do not wait for guest clipboard availability event on macOS. Rather, 1465 * we paste directly into pasteboard when guest sends its clipboard data. 1466 * Do not assert here. */ 1467 if (!RT_VALID_PTR(pEvent)) 1468 return VINF_SUCCESS; 1469 #endif 1470 1463 1471 AssertMsgReturn(pEvent != NULL, ("Event %#x not found\n", idEvent), VERR_NOT_FOUND); 1464 1472
Note:
See TracChangeset
for help on using the changeset viewer.