From: Gerd Moellmann Date: Fri, 12 Jan 2001 15:08:17 +0000 (+0000) Subject: (struct image): Replace member `margin' with X-Git-Tag: emacs-pretest-21.0.96~318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f82159939775b2d15ddb07f4b98555599b070dab;p=emacs.git (struct image): Replace member `margin' with `hmargin' and `vmargin'. --- diff --git a/src/dispextern.h b/src/dispextern.h index 7485e6f5388..b0fa067fe43 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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;