]> git.eshelyaron.com Git - emacs.git/commit
Fix invalid picture after toggling the tool bar or menu bar on GTK
authorPo Lu <luangruo@yahoo.com>
Tue, 25 Jan 2022 02:14:28 +0000 (10:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 25 Jan 2022 02:15:16 +0000 (10:15 +0800)
commitea953db0a06f1ca3e66fb2de6ec7500011d9b161
treea89443fd9c0ddd6311d6bf173e5311c354c56814
parenteb4edfa0c86c27d0f978bc2551ba4ebee9dda63f
Fix invalid picture after toggling the tool bar or menu bar on GTK

* src/xterm.c (x_drop_xrender_surfaces): New function.
(handle_one_xevent): Call x_drop_xrender_surfaces instead of
just font_drop_xrender_surfaces.
src/xterm.c