Changeset 93495 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 31, 2022 1:08:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r93327 r93495 177 177 LogFlowFuncEnter(); 178 178 179 int rc = ShClX11Init(&g_Ctx.X11, &g_Ctx, false /* fHeadless */);179 int rc = ShClX11Init(&g_Ctx.X11, NULL /* pCallbacks */, &g_Ctx, false /* fHeadless */); 180 180 if (RT_SUCCESS(rc)) 181 181 {
Note:
See TracChangeset
for help on using the changeset viewer.