]> git.eshelyaron.com Git - emacs.git/commit
Implement frame resize synchronization on GTK 3
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Feb 2022 11:14:52 +0000 (19:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Feb 2022 11:14:52 +0000 (19:14 +0800)
commit996daa00ae3cab514a0f9fca0ee8b108f220677e
treeabd31820fe3ef2c2e87aca4f9917593bbabdf887
parentf788bb33e5ac4d4a482e88dedd89e5a64dd1f7d5
Implement frame resize synchronization on GTK 3

* src/xterm.c (XTframe_up_to_date):
(handle_one_xevent): Use the GTK frame clock to implement frame
resize synchronization.

* src/xterm.h (struct x_output): New variable
`xg_sync_end_pending_p'.
src/xterm.c
src/xterm.h