VirtualBox

Changeset 83210 in vbox


Ignore:
Timestamp:
Mar 5, 2020 2:35:19 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136348
Message:

bugref:9637. We need panoramiXproto.h rather than Xinerama.h

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk

    r83207 r83210  
    3232VBoxClient_DEFS.linux += _GNU_SOURCE
    3333VBoxClient_INCS = $(VBOX_GRAPHICS_INCS)
    34 VBoxClient_INCS += ../x11include/libxinerama-1.1.4
     34VBoxClient_INCS += ../x11include/panoramiXproto-1.1
    3535VBoxClient_SOURCES = \
    3636        main.cpp \
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r83208 r83210  
    5151#include <X11/Xlibint.h>
    5252#include <X11/extensions/Xrandr.h>
    53 #include <X11/extensions/Xinerama.h>
     53#include <X11/extensions/panoramiXproto.h>
    5454
    5555#define OLD_JUNK
     
    140140
    141141
    142 #ifndef OLD_JUNK
    143 
    144142bool VMwareCtrlSetTopology(Display *dpy, int hExtensionMajorOpcode,
    145143                            int screen, xXineramaScreenInfo extents[], int number)
     
    176174}
    177175
     176#ifndef OLD_JUNK
    178177/** This function assumes monitors are named as from Virtual1 to VirtualX. */
    179178static int getMonitorIdFromName(const char *sMonitorName)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette