]> git.eshelyaron.com Git - emacs.git/commit
Fix display of images on MS-Windows broken by a recent commit
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 May 2019 14:44:16 +0000 (17:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 May 2019 14:44:16 +0000 (17:44 +0300)
commit721c520f36c151a738c47404b498672390139ada
treecaa08e28bd00693dde5885d153efe78cad31240e
parentb0a0705a4e46831020edb7336a765c50baa093ff
Fix display of images on MS-Windows broken by a recent commit

* src/image.c (initialize_image_type): Test if the type is in
Vlibrary_cache up front, and return true without calling the
'init' method if the type was already initialized.
src/image.c