summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErkki Seppälä <erkki.seppala@vincit.fi>2010-11-29 12:40:56 +0200
committerErkki Seppälä <erkki.seppala@vincit.fi>2012-04-18 10:21:49 +0300
commit96864bfa951ea8bf4ab697753fc62c6a97598bc0 (patch)
tree810bffffa4868e74e654b72c66ebf78a048a69dd /include
parent80fefc42f5e67e6b4a4b440d8991bee7e5f38359 (diff)
Implemented first part of XResource extension v1.2: X_XResQueryClientIds
This patch implements a part of the XResource extension v1.2 (as specified in http://patchwork.freedesktop.org/patch/2720/ ). The request implemented is X_XResQueryClientIds. This patch depends on the feature introduced by 1e933665bef26c74196bb7c59910e6a78bcacf0e "dix: Add facilities for client ID tracking." . This latest version also adds Doxygen-formatted comments and takes a better notice of coding conventions (as in http://www.x.org/wiki/CodingStyle ). Signed-off-by: Erkki Seppälä <erkki.seppala@vincit.fi>
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 479ac2f77..cb8e213bb 100644
--- a/include/protocol-versions.h
+++ b/include/protocol-versions.h
@@ -135,7 +135,7 @@
/* Resource */
#define SERVER_XRES_MAJOR_VERSION 1
-#define SERVER_XRES_MINOR_VERSION 0
+#define SERVER_XRES_MINOR_VERSION 2
/* XvMC */
#define SERVER_XVMC_MAJOR_VERSION 1