Changeset 83201 in vbox
- Timestamp:
- Mar 4, 2020 3:40:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83200 r83201 54 54 #include <X11/extensions/shape.h> 55 55 #include <X11/extensions/Xrandr.h> 56 57 #define OLD_JUNK 58 59 #ifndef OLD_JUNK 56 60 #include <X11/extensions/panoramiXproto.h> 61 #endif 57 62 58 63 #ifndef sz_XineramaScreenInfo … … 71 76 static bool g_fMonitorThreadShutdown = false; 72 77 73 #define OLD_JUNK74 78 75 79 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.