# HG changeset patch # User Gerd Moellmann # Date 979312097 0 # Node ID bc2b88ed2fa1e7db335d12bfeaaaaef0975e0571 # Parent 0c3e049d60aa59cbf69610ff1f15969e175702b8 (struct image): Replace member `margin' with `hmargin' and `vmargin'. diff -r 0c3e049d60aa -r bc2b88ed2fa1 src/dispextern.h --- 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;