diff options
author | Sven Gothel <[email protected]> | 2019-03-27 00:13:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-27 00:13:06 +0100 |
commit | 92006e4baef57f1f3fb647dd307aed5989fd4c8d (patch) | |
tree | 401b140df18dd1870122be63724bc7b850509104 /src/newt/native/X11Common.h | |
parent | 67620bac176666b7f4c2f7a572ba175b68415141 (diff) | |
parent | ec6d2ca98674804c9e9162dddefda2962b91bf12 (diff) |
Merge pull request #102 from Yodoga/feature_multitouch_x11_1348
add touch event support for x11 server
Diffstat (limited to 'src/newt/native/X11Common.h')
-rw-r--r-- | src/newt/native/X11Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newt/native/X11Common.h b/src/newt/native/X11Common.h index f9254ab76..78fa18cc8 100644 --- a/src/newt/native/X11Common.h +++ b/src/newt/native/X11Common.h @@ -42,6 +42,7 @@ #include <X11/Xutil.h> #include <X11/keysym.h> #include <X11/Xatom.h> +#include <X11/extensions/XInput2.h> #include <X11/extensions/Xrandr.h> |