diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2006-10-11 10:57:57 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2006-10-11 10:57:57 -0700 |
commit | 34e7264e99ceab5e9e2e022ed9a56531845b0b17 (patch) | |
tree | 13df376e784a3402f3bd25d1e4f12100c5c34597 /src/vmwarectrl.h | |
parent | dd201e23cc50ded2f316dbfa5d265608b80d994d (diff) |
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.
Diffstat (limited to 'src/vmwarectrl.h')
-rw-r--r-- | src/vmwarectrl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vmwarectrl.h b/src/vmwarectrl.h index f264494..a671ae1 100644 --- a/src/vmwarectrl.h +++ b/src/vmwarectrl.h @@ -39,9 +39,10 @@ #define VMWARE_CTRL_PROTOCOL_NAME "VMWARE_CTRL" #define VMWARE_CTRL_MAJOR_VERSION 0 -#define VMWARE_CTRL_MINOR_VERSION 1 +#define VMWARE_CTRL_MINOR_VERSION 2 #define X_VMwareCtrlQueryVersion 0 #define X_VMwareCtrlSetRes 1 +#define X_VMwareCtrlSetTopology 2 #endif /* _VMWARE_CTRL_H_ */ |