summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2011-04-22 15:31:52 +0100
committerDaniel Stone <daniel@fooishbar.org>2011-04-22 15:31:52 +0100
commit3a89a5a3003309f810c9273fac8cf5943238df28 (patch)
treebc63559919b1c230fbb0420fabacb6d4ae5be793
parentb46a3bafd95f1bb507e4851aaa6967cf20c4eb8e (diff)
Doc note: No seriously, this is WIP
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--specs/XI2proto.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index 26c1d12..bc20811 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -3,6 +3,20 @@ The X Input Extension
:toc:
:numbered:
+.This is a work in progress!
+*****************************************************************************
+While XI 2.0 is final and widely deployed, XI 2.1 is still a work in progress;
+the protocol is not final and is subject to change at any time. While testing
+and feedback is strongly encouraged and very much welcome, please be aware that
+any part of the XI 2.1 additions may change from underneath you. We strongly
+recommend against deploying it in production for this reason.
+
+Developing against XI 2.1 requires passing the --enable-unstable-protocol
+argument when building inputproto, and additionally defining
+XINPUT2_1_USE_UNSTABLE_PROTOCOL when building your applications. I'm sure you
+get the point by now, so I promise not to mention it again.
+*****************************************************************************
+
Authors:
- Peter Hutterer (Red Hat) <peter.hutterer@redhat.com>