]> git.eshelyaron.com Git - emacs.git/commit
Flush default GC before using it in functions that accept a GContext
authorPo Lu <luangruo@yahoo.com>
Sat, 5 Mar 2022 03:13:37 +0000 (11:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 5 Mar 2022 03:13:37 +0000 (11:13 +0800)
commit3c5aad0b8b88fd763e46c41a2fab87c9dc206e97
treeec9efaab7cc788915d2795ab020f510b95193ac9
parent4564ae5a3d87ce6aee35d6a3c689fd0400f25859
Flush default GC before using it in functions that accept a GContext

* src/xterm.c (x_scroll_run): Flush normal_gc, since some of the
following code depends on it being up-to-date.
src/xterm.c