Changeset 83207 in vbox
- Timestamp:
- Mar 5, 2020 1:27:29 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136345
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r82968 r83207 32 32 VBoxClient_DEFS.linux += _GNU_SOURCE 33 33 VBoxClient_INCS = $(VBOX_GRAPHICS_INCS) 34 VBoxClient_INCS += ../x11include/libxinerama-1.1.4 34 35 VBoxClient_SOURCES = \ 35 36 main.cpp \ -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83206 r83207 51 51 #include <X11/Xlibint.h> 52 52 #include <X11/extensions/Xrandr.h> 53 #include <X11/extensions/panoramiXproto.h> 53 54 54 55 #define OLD_JUNK 55 56 #ifndef OLD_JUNK57 #include <X11/extensions/panoramiXproto.h>58 #endif59 60 #ifndef sz_XineramaScreenInfo61 #define sz_XineramaScreenInfo 862 #endif63 56 64 57 /** Maximum number of supported screens. DRM and X11 both limit this to 32. */
Note:
See TracChangeset
for help on using the changeset viewer.