]> git.eshelyaron.com Git - emacs.git/commit
Allow using :width/:height as normal with xbm images
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Jun 2022 09:18:31 +0000 (11:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 20 Jun 2022 09:18:31 +0000 (11:18 +0200)
commitbd0b96d25295c1d29186d4a96a2215ab0239c64c
treea324fb32828c124d9fef2587ac50c672ed44203a
parent1172c7303dbce015d12424739a56bfce00e195b1
Allow using :width/:height as normal with xbm images

* doc/lispref/display.texi (XBM Images): Adjust the documentation.
* src/image.c (enum xbm_keyword_index): Add :data-width and
:data-height.
(xbm_format): Ditto.
(xbm_image_p): Allow passing in :width/:height for display.
(xbm_load): Use :data-width/:data-height.
doc/lispref/display.texi
etc/NEWS
src/image.c
test/manual/image-circular-tests.el