diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2020-10-10 02:53:42 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2020-10-10 02:53:42 +0300 |
commit | 4b2f0f0c0674915645881d9b73e9b8d4cf1a315f (patch) | |
tree | a0a460dd3a0cd07cdc02b5ed570861b8ea5da8c3 | |
parent | ed1788b8c3a78f6dc523487e46e202a5f667407c (diff) |
Update the list of supported XI versions
-rw-r--r-- | src/XExtInt.c | 4 |
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}, }; /*********************************************************************** |