VirtualBox

Changeset 93379 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 20, 2022 6:48:37 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Linux: display-helper-gnome3: load Dbus symblols ourselves, bugref:10185.

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

Legend:

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

    r93378 r93379  
    3232#include <iprt/list.h>
    3333
    34 /** Load */
     34/** Load libxrandr symbols needed for us. */
    3535#include <VBox/xrandr.h>
    3636/* Declarations of the functions that we need from libXrandr. */
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp

    r93378 r93379  
    3232#include <VBox/log.h>
    3333#include <VBox/VBoxGuestLib.h>
    34 #include <VBox/dbus.h>
    3534
    3635#include <iprt/env.h>
     
    4140#include <iprt/mem.h>
    4241#include <iprt/string.h>
     42
     43/** Load libDbus symbols needed for us. */
     44#include <VBox/dbus.h>
     45/* Declarations of the functions that we need from libXrandr. */
     46#define VBOX_DBUS_GENERATE_BODY
     47#include <VBox/dbus-calls.h>
    4348
    4449/** D-bus parameters for connecting to Gnome display service. */
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