diff options
| author | Po Lu | 2021-12-08 10:04:31 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-08 10:04:31 +0800 |
| commit | 5671709590e778cb3af83b2aa33bd112e1fd66fe (patch) | |
| tree | 88de24ea921f7efc74215a3088e172ed947ff762 /src/xwidget.h | |
| parent | 176c63287ffdf56634984494f6610102737f393e (diff) | |
| download | emacs-5671709590e778cb3af83b2aa33bd112e1fd66fe.tar.gz emacs-5671709590e778cb3af83b2aa33bd112e1fd66fe.zip | |
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.h | 2 |
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 *, | |||
| 199 | extern void xwidget_motion_notify (struct xwidget_view *, double, | 199 | extern void xwidget_motion_notify (struct xwidget_view *, double, |
| 200 | double, uint, Time); | 200 | double, uint, Time); |
| 201 | extern void xwidget_scroll (struct xwidget_view *, double, double, | 201 | extern void xwidget_scroll (struct xwidget_view *, double, double, |
| 202 | double, double, uint, Time); | 202 | double, double, uint, Time, bool); |
| 203 | #endif | 203 | #endif |
| 204 | #endif | 204 | #endif |
| 205 | #else | 205 | #else |