]> git.eshelyaron.com Git - emacs.git/commit
Fix posn-timestamp of scroll bar events on GTK
authorPo Lu <luangruo@yahoo.com>
Fri, 22 Jul 2022 01:38:32 +0000 (09:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 22 Jul 2022 01:38:32 +0000 (09:38 +0800)
commit83c2c36d35f55d012e5dcb2cc566697b225dcf86
treec20b17fedc0fa8fdaa4babbeb300434194e37554
parent46e07d0a4bdb19b0aed26917227d7846bdb0f43c
Fix posn-timestamp of scroll bar events on GTK

* src/xterm.c (x_get_last_toolkit_time): New function.
(x_scroll_bar_to_input_event)
(x_horizontal_scroll_bar_to_input_event): Use it to retrieve
toolkit time.
(xg_scroll_callback, xg_end_scroll_callback): Set last user time
if possible.
src/xterm.c