mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(struct image): Replace member `margin' with
`hmargin' and `vmargin'.
This commit is contained in:
parent
3bffc6653c
commit
f821599397
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue