VirtualBox

Ignore:
Timestamp:
Sep 26, 2019 4:57:53 PM (5 years ago)
Author:
vboxsync
Message:

Additions/VBoxClient: Removed ugly hack requiring --init-vbgl-[user|full] command line arguments to make the optional release logger work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga.cpp

    r79028 r81028  
    188188    if (drmContext.hDevice == NIL_RTFILE)
    189189        return VINF_SUCCESS;
    190     /* Initialise the guest library. */
    191     rc = VbglR3InitUser();
    192     if (RT_FAILURE(rc))
    193         VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc));
    194190    rc = VbglR3CtlFilterMask(VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST, 0);
    195191    if (RT_FAILURE(rc))
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