]> git.eshelyaron.com Git - emacs.git/commit
Correctly set user time on GTK+ for key press events
authorPo Lu <luangruo@yahoo.com>
Sun, 7 Aug 2022 02:18:14 +0000 (10:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 7 Aug 2022 02:18:14 +0000 (10:18 +0800)
commit02ee0254873d4c102728c942dc9659f942c5cfa6
tree5bafc1a171e235d8f86a69f37a099b6c5b766af8
parent6706506c2b2a408c561ae86b666daee6aabe1b2f
Correctly set user time on GTK+ for key press events

* src/xterm.c (x_set_gtk_user_time): New function.
(handle_one_xevent): Call that after key press event on GTK+.
src/xterm.c