]> git.eshelyaron.com Git - emacs.git/commit
Fix two crashes upon startup
authorPo Lu <luangruo@yahoo.com>
Fri, 28 Apr 2023 03:47:46 +0000 (11:47 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 28 Apr 2023 03:47:46 +0000 (11:47 +0800)
commita40f18162377d2f9a78d7443fd0f8106c8c28c3d
tree03c95f87177c23ef4a296ea91c6f3f7178cc72c0
parent44ebd9cbd56b820ad5b014b442b5a9142e8cac89
Fix two crashes upon startup

* src/image.c (image_create_bitmap_from_data)
(image_create_bitmap_from_file): Specify a Window or a Pixmap
describing the screen, not a back buffer drawable which may not exist.
Otherwise, Emacs crashes on startup when a bitmap icon is in use.
src/image.c