Changeset 93379 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2022 6:48:37 PM (3 years ago)
- 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 32 32 #include <iprt/list.h> 33 33 34 /** Load */34 /** Load libxrandr symbols needed for us. */ 35 35 #include <VBox/xrandr.h> 36 36 /* Declarations of the functions that we need from libXrandr. */ -
trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp
r93378 r93379 32 32 #include <VBox/log.h> 33 33 #include <VBox/VBoxGuestLib.h> 34 #include <VBox/dbus.h>35 34 36 35 #include <iprt/env.h> … … 41 40 #include <iprt/mem.h> 42 41 #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> 43 48 44 49 /** D-bus parameters for connecting to Gnome display service. */
Note:
See TracChangeset
for help on using the changeset viewer.