diff options
| author | Gerd Moellmann | 2001-01-12 15:08:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-12 15:08:17 +0000 |
| commit | f82159939775b2d15ddb07f4b98555599b070dab (patch) | |
| tree | aeecd20474ba1b057eb6966c87c768b155815b10 /src | |
| parent | 3bffc6653cf440695e79ecaf056b32c997d30a8d (diff) | |
| download | emacs-f82159939775b2d15ddb07f4b98555599b070dab.tar.gz emacs-f82159939775b2d15ddb07f4b98555599b070dab.zip | |
(struct image): Replace member `margin' with
`hmargin' and `vmargin'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 1990 | /* Relief to draw around the image. */ | 1990 | /* Relief to draw around the image. */ |
| 1991 | int relief; | 1991 | int relief; |
| 1992 | 1992 | ||
| 1993 | /* Optional margin around the image. This includes the relief. */ | 1993 | /* Optional margins around the image. This includes the relief. */ |
| 1994 | int margin; | 1994 | int hmargin, vmargin; |
| 1995 | 1995 | ||
| 1996 | /* Reference to the type of the image. */ | 1996 | /* Reference to the type of the image. */ |
| 1997 | struct image_type *type; | 1997 | struct image_type *type; |