]> git.eshelyaron.com Git - emacs.git/commit
Fix crash when the visible bell is rung but there is no cairo surface
authorPo Lu <luangruo@yahoo.com>
Sat, 22 Jan 2022 01:11:33 +0000 (09:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 22 Jan 2022 01:11:33 +0000 (09:11 +0800)
commit5672ee5663c6891c5a858e4b2f50246b6898eb1b
tree3cf0fa42ae69ae254d8e8931e0f6fb09dbec793a
parentfac8d0ac2f4cbdbd5828a57ddc90adf6601d956b
Fix crash when the visible bell is rung but there is no cairo surface

* src/pgtkterm.c (pgtk_flash): Return if the cairo surface is
not present.  (bug#53420)
(pgtk_cr_update_surface_desired_size): Reformat comment.
src/pgtkterm.c