Changeset 104316 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- Apr 12, 2024 1:59:14 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r103428 r104316 1988 1988 * Worker function for ShClX11ReportFormatsToX11Async. 1989 1989 * 1990 * @param pvUserData Pointer to a CLIPNEWVBOXFORMATSstructure containing1990 * @param pvUserData Pointer to a PSHCLX11REQUEST structure containing 1991 1991 * information about the VBox formats available and the 1992 * clipboard context data. Must be free d by the worker.1992 * clipboard context data. Must be free'd by the worker. 1993 1993 * 1994 1994 * @thread X11 event thread. … … 2657 2657 int rc2 = ShClEventSignalEx(pReq->pEvent, rc, NULL /* Payload */); 2658 2658 AssertRC(rc2); 2659 2660 RTMemFree(pReq); 2659 2661 } 2660 2662
Note:
See TracChangeset
for help on using the changeset viewer.