(struct image): Replace member `margin' with
authorGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 15:08:17 +0000 (15:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 12 Jan 2001 15:08:17 +0000 (15:08 +0000)
`hmargin' and `vmargin'.

src/dispextern.h

index 7485e6f..b0fa067 100644 (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;