diff options
author | Danny Koernig <[email protected]> | 2016-11-17 14:38:52 +0100 |
---|---|---|
committer | Danny Koernig <[email protected]> | 2016-11-17 14:38:52 +0100 |
commit | ec6d2ca98674804c9e9162dddefda2962b91bf12 (patch) | |
tree | a82aa279df735b66f9d5d793c465ec9f2b678371 /src/newt/native/X11Common.h | |
parent | 45cc13c4d68fb3137b741cbc39ea653c15db2f66 (diff) |
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> |