]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation of image.c on non-Cairo systems
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Dec 2020 15:02:50 +0000 (16:02 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 11 Dec 2020 15:02:54 +0000 (16:02 +0100)
commiteebb7c8a699614934e0b054536d9c6f102b59e34
tree32ff9fea26a45ef3b5d886eeabcae893ab716a5a
parent4a700a2f79d5cca64602b7cad30d6485cfe0e449
Fix compilation of image.c on non-Cairo systems

* src/image.c (image_frame_cache_size): pixmap->width etc is only
defined on Cairo.  Return 0 for now on other systems.
src/image.c