summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Jones <jajones@nvidia.com>2010-12-06 12:14:01 -0800
committerJames Jones <jajones@nvidia.com>2010-12-06 19:15:38 -0800
commit8127c83c81bf64369a8ba2999088226d14e0b128 (patch)
treebc03deddde199c6148414f3c871001befd461673 /include
parent9c0c7cc9a7adf230b5eee0b4166f9e17e07a088b (diff)
Expose Sync Fence Object protocol
Add the new protocol handlers for XSync 3.1 to the dispatch tables and report support for Sync protocol version 3.1. Signed-off-by: James Jones <jajones@nvidia.com> Reviewed-by: Keith Packard <keithp@keithp.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 ce2879741..1d33bddcf 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -97,7 +97,7 @@
/* Sync */
#define SERVER_SYNC_MAJOR_VERSION 3
-#define SERVER_SYNC_MINOR_VERSION 0
+#define SERVER_SYNC_MINOR_VERSION 1
/* Windows WM */
#define SERVER_WINDOWSWM_MAJOR_VERSION 1