Mercurial > emacs
changeset 35274:bc2b88ed2fa1
(struct image): Replace member `margin' with
`hmargin' and `vmargin'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 12 Jan 2001 15:08:17 +0000 |
parents | 0c3e049d60aa |
children | 38e58f530a1a |
files | src/dispextern.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Jan 12 14:33:21 2001 +0000 +++ b/src/dispextern.h Fri Jan 12 15:08:17 2001 +0000 @@ -1990,8 +1990,8 @@ /* 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;