aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 09a0c2dae89..45a460b2fe1 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2784,6 +2784,9 @@ extern void x_reference_bitmap P_ ((struct frame *, int));
2784extern int x_create_bitmap_from_data P_ ((struct frame *, char *, 2784extern int x_create_bitmap_from_data P_ ((struct frame *, char *,
2785 unsigned int, unsigned int)); 2785 unsigned int, unsigned int));
2786extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object)); 2786extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object));
2787#if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
2788extern int x_create_bitmap_from_xpm_data P_ ((struct frame *f, char **bits));
2789#endif
2787#ifndef x_destroy_bitmap 2790#ifndef x_destroy_bitmap
2788extern void x_destroy_bitmap P_ ((struct frame *, int)); 2791extern void x_destroy_bitmap P_ ((struct frame *, int));
2789#endif 2792#endif