Mercurial > emacs
changeset 41061:9687641007d3
(image_background, image_background_transparent):
Conditionalize on HAVE_X_WINDOWS.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Nov 2001 22:31:37 +0000 |
parents | 1bf3fe0b6737 |
children | 07a4ff5f0909 |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Nov 14 22:31:05 2001 +0000 +++ b/src/dispextern.h Wed Nov 14 22:31:37 2001 +0000 @@ -2289,10 +2289,14 @@ int valid_image_p P_ ((Lisp_Object)); void prepare_image_for_display P_ ((struct frame *, struct image *)); int lookup_image P_ ((struct frame *, Lisp_Object)); + +#ifdef HAVE_X_WINDOWS unsigned long image_background P_ ((struct image *, struct frame *, XImage *ximg)); int image_background_transparent P_ ((struct image *, struct frame *, XImage *mask)); +#endif /* HAVE_X_WINDOWS */ + extern Lisp_Object tip_frame; extern Window tip_window; EXFUN (Fx_show_tip, 6);