aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/protocol-versions.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include/protocol-versions.h')
-rw-r--r--xorg-server/include/protocol-versions.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/xorg-server/include/protocol-versions.h b/xorg-server/include/protocol-versions.h
index 6ea4623da..441d76788 100644
--- a/xorg-server/include/protocol-versions.h
+++ b/xorg-server/include/protocol-versions.h
@@ -65,7 +65,7 @@
/* RandR */
#define SERVER_RANDR_MAJOR_VERSION 1
-#define SERVER_RANDR_MINOR_VERSION 3
+#define SERVER_RANDR_MINOR_VERSION 4
/* Record */
#define SERVER_RECORD_MAJOR_VERSION 1
@@ -95,6 +95,10 @@
#define SERVER_SHM_MAJOR_VERSION 1
#define SERVER_SHM_MINOR_VERSION 1
+/* Sync */
+#define SERVER_SYNC_MAJOR_VERSION 3
+#define SERVER_SYNC_MINOR_VERSION 1
+
/* Windows WM */
#define SERVER_WINDOWSWM_MAJOR_VERSION 1
#define SERVER_WINDOWSWM_MINOR_VERSION 0