diff options
author | Adam Jackson <ajax@redhat.com> | 2013-12-13 11:39:16 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-12-13 14:59:04 -0500 |
commit | 128449dd6498a2f74c3770f89a9dae0f70e2b351 (patch) | |
tree | b5beddcf1eaadfad1dbb1f76a1e235525a123255 /include/protocol-versions.h | |
parent | ec6087bf070131bc3a26848fb9fb840f09b0e19d (diff) |
present: Don't use the major/minor version from the protocol headers
We want to advertise the version we implement, not the version the
protocol headers happen to describe.
Reviewed-by: Jasper St. Pierre <<jstpierre@mecheye.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include/protocol-versions.h')
-rw-r--r-- | include/protocol-versions.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h index 7fe61e0ff..fc428c8cf 100644 --- a/include/protocol-versions.h +++ b/include/protocol-versions.h @@ -67,6 +67,10 @@ #define SERVER_PANORAMIX_MAJOR_VERSION 1 #define SERVER_PANORAMIX_MINOR_VERSION 1 +/* Present */ +#define SERVER_PRESENT_MAJOR_VERSION 1 +#define SERVER_PRESENT_MINOR_VERSION 0 + /* RandR */ #define SERVER_RANDR_MAJOR_VERSION 1 #define SERVER_RANDR_MINOR_VERSION 4 |