Changeset 109046 in vbox
- Timestamp:
- Apr 22, 2025 8:32:28 AM (12 days ago)
- svn:sync-xref-src-repo-rev:
- 168577
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp
r107419 r109046 3377 3377 NULL); 3378 3378 } 3379 } break;3380 3381 case VBOX_CLIPBOARD_EXT_FN_FORMAT_REPORT_TO_GUEST:3382 {3383 /* We need to handle this case here, to act as a no-op.3384 *3385 * If not being handled, this function otherwise would return VERR_NOT_SUPPORTED,3386 * which in turn then will invoke the host backend, messing up the VRDE clipboard handling. */3387 3379 } break; 3388 3380
Note:
See TracChangeset
for help on using the changeset viewer.