summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2018-03-16 14:24:21 +0100
committerAdam Jackson <ajax@redhat.com>2018-03-19 15:44:46 -0400
commitabb9b58d1af9a0286162e52ef9db390d0c950fc1 (patch)
treefedd925ab549e42a5f36bf76c59e03c89a543349 /include
parent7fc89251ef5e7363dfbf6d831ed448bbcd8519b8 (diff)
present: Advertise protocol version 1.2
Everything is implemented to support protocol version 1.2. Make it official. Reviewed-by: Daniel Stone <daniels@collabora.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/protocol-versions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol-versions.h b/include/protocol-versions.h
index 7cab7cd5b..8e149b27f 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -69,7 +69,7 @@
/* Present */
#define SERVER_PRESENT_MAJOR_VERSION 1
-#define SERVER_PRESENT_MINOR_VERSION 1
+#define SERVER_PRESENT_MINOR_VERSION 2
/* RandR */
#define SERVER_RANDR_MAJOR_VERSION 1