diff src/dispextern.h @ 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 3efcaab7433e
children b5a39d371511
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;