]> git.eshelyaron.com Git - emacs.git/commitdiff
(image_background, image_background_transparent):
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 22:31:37 +0000 (22:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 22:31:37 +0000 (22:31 +0000)
Conditionalize on HAVE_X_WINDOWS.

src/dispextern.h

index 892025e41e774a088a9b0b98ac7aba953ad91e8e..c44deee0f1aea085cac1f0f435470ad8159c6db8 100644 (file)
@@ -2289,10 +2289,14 @@ void forall_images_in_image_cache P_ ((struct frame *,
 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);