1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(struct image): Replace member `margin' with

`hmargin' and `vmargin'.
This commit is contained in:
Gerd Moellmann 2001-01-12 15:08:17 +00:00
parent 3bffc6653c
commit f821599397

View file

@ -1990,8 +1990,8 @@ struct image
/* Relief to draw around the image. */
int relief;
/* Optional margin around the image. This includes the relief. */
int margin;
/* Optional margins around the image. This includes the relief. */
int hmargin, vmargin;
/* Reference to the type of the image. */
struct image_type *type;