summaryrefslogtreecommitdiff
path: root/src/xwidget.h
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2021-12-08 10:04:31 +0800
committerPo Lu <luangruo@yahoo.com>2021-12-08 10:04:31 +0800
commit5671709590e778cb3af83b2aa33bd112e1fd66fe (patch)
tree88de24ea921f7efc74215a3088e172ed947ff762 /src/xwidget.h
parent176c63287ffdf56634984494f6610102737f393e (diff)
downloademacs-5671709590e778cb3af83b2aa33bd112e1fd66fe.tar.gz
Send scroll stop events to xwidgets correctly
* src/xterm.c (handle_one_xevent): Record stop events manually. * src/xwidget.h (xwidget_scroll): * src/xwidget.c (xwidget_scroll): New parameter `stop_p'.
Diffstat (limited to 'src/xwidget.h')
-rw-r--r--src/xwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h
index f2d497c0920..a03006fde9a 100644
--- a/src/xwidget.h
+++ b/src/xwidget.h
@@ -199,7 +199,7 @@ extern void xwidget_motion_or_crossing (struct xwidget_view *,
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);
+ double, double, uint, Time, bool);
#endif
#endif
#else