]> git.eshelyaron.com Git - emacs.git/commit
Make frame synchronization conditional on clock_gettime
authorPo Lu <luangruo@yahoo.com>
Tue, 23 Aug 2022 12:52:41 +0000 (20:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 23 Aug 2022 12:53:24 +0000 (20:53 +0800)
commita328bf65ef31d0134fc3d522f28b2da000a5e742
tree3992ad52247bf1dd0eef4be0e1103a00b7723053
parent3b7fb723e6a02e760e18942f577f21a88ad852a8
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.  (bug#57346)
src/xfns.c
src/xterm.c
src/xterm.h