VirtualBox

Changeset 83717 in vbox


Ignore:
Timestamp:
Apr 16, 2020 2:46:43 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. r136358 was incomplete

Location:
trunk/src/VBox/Additions/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient

    r82968 r83717  
    3333  /usr/bin/VBoxClient --clipboard
    3434  /usr/bin/VBoxClient --checkhostversion
    35   /usr/bin/VBoxClient --display
    3635  /usr/bin/VBoxClient --seamless
    3736  /usr/bin/VBoxClient --draganddrop
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r83715 r83717  
    6565#define VBOXCLIENT_OPT_CHECKHOSTVERSION     VBOXCLIENT_OPT_SERVICES
    6666#define VBOXCLIENT_OPT_CLIPBOARD            VBOXCLIENT_OPT_SERVICES + 1
    67 #define VBOXCLIENT_OPT_DRAGANDDROP          VBOXCLIENT_OPT_SERVICES + 3
    68 #define VBOXCLIENT_OPT_SEAMLESS             VBOXCLIENT_OPT_SERVICES + 4
    69 #define VBOXCLIENT_OPT_VMSVGA               VBOXCLIENT_OPT_SERVICES + 5
    70 #define VBOXCLIENT_OPT_VMSVGA_X11           VBOXCLIENT_OPT_SERVICES + 6
     67#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
    7171
    7272
     
    424424             "--draganddrop|"
    425425#endif
    426              "--display|"
    427426# ifdef VBOX_WITH_GUEST_PROPS
    428427             "--checkhostversion|"
     
    439438    RTPrintf("  --draganddrop      starts the drag and drop service\n");
    440439#endif
    441     RTPrintf("  --display          starts the display management service\n");
    442440#ifdef VBOX_WITH_GUEST_PROPS
    443441    RTPrintf("  --checkhostversion starts the host version notifier service\n");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette