]> git.eshelyaron.com Git - emacs.git/commit
Fix calculation of frame times when X server time overflows
authorPo Lu <luangruo@yahoo.com>
Fri, 30 Sep 2022 06:54:15 +0000 (14:54 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 30 Sep 2022 06:54:24 +0000 (14:54 +0800)
commit12a78711c94ccf5c46dd4e9653596c87b6fe0a18
tree0b071cec0b9fe1b8dbcb183cfc71fe8fb8e14332
parentb7a3770ecc5da938c37cfcc50a69902aa57bf2bf
Fix calculation of frame times when X server time overflows

* etc/TODO: Add TODO about frame synchronization and animations.
* src/xterm.c (x_display_set_last_user_time): Handle cases when
the monotonic time is not the server time due to the latter
overflowing.
etc/TODO
src/xterm.c