Changeset 83210 in vbox
- Timestamp:
- Mar 5, 2020 2:35:19 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136348
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r83207 r83210 32 32 VBoxClient_DEFS.linux += _GNU_SOURCE 33 33 VBoxClient_INCS = $(VBOX_GRAPHICS_INCS) 34 VBoxClient_INCS += ../x11include/ libxinerama-1.1.434 VBoxClient_INCS += ../x11include/panoramiXproto-1.1 35 35 VBoxClient_SOURCES = \ 36 36 main.cpp \ -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83208 r83210 51 51 #include <X11/Xlibint.h> 52 52 #include <X11/extensions/Xrandr.h> 53 #include <X11/extensions/ Xinerama.h>53 #include <X11/extensions/panoramiXproto.h> 54 54 55 55 #define OLD_JUNK … … 140 140 141 141 142 #ifndef OLD_JUNK143 144 142 bool VMwareCtrlSetTopology(Display *dpy, int hExtensionMajorOpcode, 145 143 int screen, xXineramaScreenInfo extents[], int number) … … 176 174 } 177 175 176 #ifndef OLD_JUNK 178 177 /** This function assumes monitors are named as from Virtual1 to VirtualX. */ 179 178 static int getMonitorIdFromName(const char *sMonitorName)
Note:
See TracChangeset
for help on using the changeset viewer.