Changeset 106741 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 28, 2024 11:11:23 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-ipc.h
r106061 r106741 55 55 /** Path to Gtk helper tool which raises popup window and gets 56 56 * access to Wayland clipboard. */ 57 #define VBOXWL_PATH "/usr/bin/vboxwl" 57 #ifndef VBOXWL_PATH 58 # define VBOXWL_PATH "/usr/bin/vboxwl" 59 #endif 58 60 /** Limit maximum log verbosity level for popup tool. */ 59 #define VBOXWL_VERBOSITY_MAX (5)61 #define VBOXWL_VERBOSITY_MAX (5) 60 62 61 63 /** Arguments to vboxwl tool. */
Note:
See TracChangeset
for help on using the changeset viewer.