summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPovilas Kanapickas <povilas@radix.lt>2020-10-10 02:53:42 +0300
committerPovilas Kanapickas <povilas@radix.lt>2020-10-10 02:53:42 +0300
commit4b2f0f0c0674915645881d9b73e9b8d4cf1a315f (patch)
treea0a460dd3a0cd07cdc02b5ed570861b8ea5da8c3
parented1788b8c3a78f6dc523487e46e202a5f667407c (diff)
downloadxorg-lib-libXi-4b2f0f0c0674915645881d9b73e9b8d4cf1a315f.tar.gz
Update the list of supported XI versions
-rw-r--r--src/XExtInt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c
index f2b5a75..0f2b0dd 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -259,7 +259,9 @@ static XExtensionVersion versions[] = { {XI_Absent, 0, 0},
XI_Add_DeviceProperties_Minor},
{XI_Present, 2, 0},
{XI_Present, 2, 1},
-{XI_Present, 2, 2}
+{XI_Present, 2, 2},
+{XI_Present, 2, 3},
+{XI_Present, 2, 4},
};
/***********************************************************************