- Timestamp:
- Mar 11, 2022 6:55:11 PM (3 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/xrandr-calls.h
r93221 r94188 25 25 */ 26 26 27 /** The file name of the DBus library*/27 /** The file name of the libXrandr library. */ 28 28 #define RT_RUNTIME_LOADER_LIB_NAME "libXrandr.so.2" 29 29 30 /** The name of the loader function */30 /** The name of the loader function. */ 31 31 #define RT_RUNTIME_LOADER_FUNCTION RTXrandrLoadLib 32 32 -
trunk/include/VBox/xrandr.h
r93221 r94188 105 105 typedef struct XRRScreenResources XRRScreenResources; 106 106 107 /* Declarations of the functions that we need from libXrandr */107 /* Declarations of the functions that we need from libXrandr. */ 108 108 #define VBOX_XRANDR_GENERATE_HEADER 109 109
Note:
See TracChangeset
for help on using the changeset viewer.