Add xinerama support to the vmware video driver. (Better late than never).
authorPhilip Langdale <philipl@fido2.homeip.net>
Wed, 11 Oct 2006 17:57:57 +0000 (10:57 -0700)
committerPhilip Langdale <philipl@fido2.homeip.net>
Wed, 11 Oct 2006 17:57:57 +0000 (10:57 -0700)
commit34e7264e99ceab5e9e2e022ed9a56531845b0b17
tree13df376e784a3402f3bd25d1e4f12100c5c34597
parentdd201e23cc50ded2f316dbfa5d265608b80d994d
Add xinerama support to the vmware video driver. (Better late than never).

With this change, the VMWARE_CTRL extension is updated so that it can
receive topology updates at runtime. I will add some sample client code
separately.

I also intend to add support for a static initial topology defined in
xorg.conf but I haven't got around to it yet due to hating to write
string parsing code.
configure.ac
src/Makefile.am
src/vmware.c
src/vmware.h
src/vmwarectrl.c
src/vmwarectrl.h
src/vmwarectrlproto.h
src/vmwarexinerama.c [new file with mode: 0644]