]> git.eshelyaron.com Git - emacs.git/commit
(Fimage_size, image_ascent): Adapt to the change of image
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 15:09:21 +0000 (15:09 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 15:09:21 +0000 (15:09 +0000)
commit3ed61e75f4cd3577b58c225cc882500465053465
tree95556aed9bcce2b0083f17f8579d20b5042d5ee3
parentf82159939775b2d15ddb07f4b98555599b070dab
(Fimage_size, image_ascent): Adapt to the change of image
margins.
(lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
pair of integers `(X . Y)', use X for the horizontal and Y for the
vertical margin.
(IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
(parse_image_spec): Check it.
(xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
(tiff_format, gif_format, gs_format): Use
IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
src/xfns.c