]> git.eshelyaron.com Git - emacs.git/commit
Make frame synchronization conditional on clock_gettime
authorPo Lu <luangruo@yahoo.com>
Tue, 23 Aug 2022 12:42:28 +0000 (20:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 23 Aug 2022 12:53:24 +0000 (20:53 +0800)
commit3b7fb723e6a02e760e18942f577f21a88ad852a8
tree1da85bfae0e12083e5e55a09f29ed94f95e7cda9
parentb448fbec4b78c193b9f4b3cce94e491fe5719339
Make frame synchronization conditional on clock_gettime

* src/xfns.c (x_set_parent_frame)
(x_set_use_frame_synchronization):
* src/xterm.c (x_update_begin, show_back_buffer, x_update_end)
(x_display_set_last_user_time, handle_one_xevent):
* src/xterm.h (struct x_output): Define out vsync code when
!HAVE_CLOCK_GETTIME.
src/xfns.c
src/xterm.c
src/xterm.h