From fae1976b58b5cad10f78dd1f49af8a881fbfa70f Mon Sep 17 00:00:00 2001 From: Daniel Martin Date: Tue, 15 Jan 2013 20:17:13 +0100 Subject: [PATCH] xinput: Add XI v2.3 Introduced with v2.3 has been Pointer Barrier support, including a new request (XIBarrierReleasePointer) and 2 events (Barrier{Hit,Leave}). Signed-off-by: Daniel Martin --- src/xinput.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/src/xinput.xml b/src/xinput.xml index cbb5e49..3883b93 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -33,7 +33,7 @@ authorization from the authors. --> + major-version="2" minor-version="3"> xproto @@ -51,6 +51,10 @@ authorization from the authors. + + + + @@ -1646,6 +1650,24 @@ authorization from the authors. + + + + + + + + + + + + + + + num_barriers + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1