]> git.eshelyaron.com Git - emacs.git/commit
Fix rendering bug due to unsynchronized cairo surface size (Bug#38497)
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 7 Jan 2020 03:42:19 +0000 (12:42 +0900)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Tue, 7 Jan 2020 03:42:19 +0000 (12:42 +0900)
commitc01f55f126fd057c7fe559de53d7edb81f92c832
tree217a846d50d7ae9ea5d9a9a4ee0f020c0ad804e1
parent075f21c0e3f4893c07c93298368ef8ac7c9eb012
Fix rendering bug due to unsynchronized cairo surface size (Bug#38497)

* src/xterm.c (handle_one_xevent) <ConfigureNotify> [USE_CAIRO && !USE_GTK]:
Call x_cr_update_surface_desired_size for a related frame as a fallback.
src/xterm.c