Mercurial > emacs
changeset 28784:072a2799136b
(struct face): Add forward declaration.
(struct image): Ditto.
(image_ascent): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 02 May 2000 20:01:46 +0000 |
parents | 04c34951de0b |
children | 796eafcfc070 |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Tue May 02 19:10:37 2000 +0000 +++ b/src/xterm.h Tue May 02 20:01:46 2000 +0000 @@ -894,6 +894,8 @@ struct glyph_matrix; struct frame; struct input_event; +struct face; +struct image; /* From xselect.c. */ @@ -920,6 +922,7 @@ struct frame *check_x_frame P_ ((Lisp_Object)); EXFUN (Fx_display_color_p, 1); EXFUN (Fx_display_grayscale_p, 1); +int image_ascent P_ ((struct image *, struct face *)); /* From xrdb.c. */