summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index 78fe865dd84..f2d497c0920 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -195,6 +195,12 @@ extern void xwidget_button (struct xwidget_view *, bool, int,
int, int, int, Time);
extern void xwidget_motion_or_crossing (struct xwidget_view *,
const XEvent *);
+#ifdef HAVE_XINPUT2
+extern void xwidget_motion_notify (struct xwidget_view *, double,
+ double, uint, Time);
+extern void xwidget_scroll (struct xwidget_view *, double, double,
+ double, double, uint, Time);
+#endif
#endif
#else
INLINE_HEADER_BEGIN