Changeset 100248 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 22, 2023 12:51:53 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/wayland.cpp
r100246 r100248 46 46 static DECLCALLBACK(int) vbclWaylandInit(void) 47 47 { 48 int rc ;48 int rc = VERR_NOT_SUPPORTED; 49 49 int idxHelper = 0; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.