From 4b2f0f0c0674915645881d9b73e9b8d4cf1a315f Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Sat, 10 Oct 2020 02:53:42 +0300 Subject: Update the list of supported XI versions --- src/XExtInt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}, }; /*********************************************************************** -- cgit v1.2.1