Changeset 83717 in vbox
- Timestamp:
- Apr 16, 2020 2:46:43 PM (5 years ago)
- Location:
- trunk/src/VBox/Additions/x11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient
r82968 r83717 33 33 /usr/bin/VBoxClient --clipboard 34 34 /usr/bin/VBoxClient --checkhostversion 35 /usr/bin/VBoxClient --display36 35 /usr/bin/VBoxClient --seamless 37 36 /usr/bin/VBoxClient --draganddrop -
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r83715 r83717 65 65 #define VBOXCLIENT_OPT_CHECKHOSTVERSION VBOXCLIENT_OPT_SERVICES 66 66 #define VBOXCLIENT_OPT_CLIPBOARD VBOXCLIENT_OPT_SERVICES + 1 67 #define VBOXCLIENT_OPT_DRAGANDDROP VBOXCLIENT_OPT_SERVICES + 368 #define VBOXCLIENT_OPT_SEAMLESS VBOXCLIENT_OPT_SERVICES + 469 #define VBOXCLIENT_OPT_VMSVGA VBOXCLIENT_OPT_SERVICES + 570 #define VBOXCLIENT_OPT_VMSVGA_X11 VBOXCLIENT_OPT_SERVICES + 667 #define VBOXCLIENT_OPT_DRAGANDDROP VBOXCLIENT_OPT_SERVICES + 2 68 #define VBOXCLIENT_OPT_SEAMLESS VBOXCLIENT_OPT_SERVICES + 3 69 #define VBOXCLIENT_OPT_VMSVGA VBOXCLIENT_OPT_SERVICES + 4 70 #define VBOXCLIENT_OPT_VMSVGA_X11 VBOXCLIENT_OPT_SERVICES + 5 71 71 72 72 … … 424 424 "--draganddrop|" 425 425 #endif 426 "--display|"427 426 # ifdef VBOX_WITH_GUEST_PROPS 428 427 "--checkhostversion|" … … 439 438 RTPrintf(" --draganddrop starts the drag and drop service\n"); 440 439 #endif 441 RTPrintf(" --display starts the display management service\n");442 440 #ifdef VBOX_WITH_GUEST_PROPS 443 441 RTPrintf(" --checkhostversion starts the host version notifier service\n");
Note:
See TracChangeset
for help on using the changeset viewer.