diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2020-10-10 02:53:41 +0300 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2020-10-10 02:53:41 +0300 |
commit | ed1788b8c3a78f6dc523487e46e202a5f667407c (patch) | |
tree | 5ee9662d673fdd65d6ef0c3d5e0a67f7b1f210e5 /src/XIint.h | |
parent | 8b4ea802fa3ba769dc8335f0e72c6f0cb7c9c35e (diff) |
Add support for XI 2.4 gesture events
Diffstat (limited to 'src/XIint.h')
-rw-r--r-- | src/XIint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/XIint.h b/src/XIint.h index 9479a79..40dec0b 100644 --- a/src/XIint.h +++ b/src/XIint.h @@ -23,6 +23,7 @@ #define XInput_2_1 8 #define XInput_2_2 9 #define XInput_2_3 10 +#define XInput_2_4 11 extern XExtDisplayInfo *XInput_find_display(Display *); |