aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2006-10-10 14:38:34 +0000
committerStefan Monnier <[email protected]>2006-10-10 14:38:34 +0000
commit516c741dce848452dee4900c97c3571e010c401d (patch)
treef6577fda9053c10b3dcd6b4925cb46c2fde0ac92 /src
parent997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd (diff)
Declare x_create_bitmap_from_xpm_data.
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 09a0c2dae8..45a460b2fe 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2784,6 +2784,9 @@ extern void x_reference_bitmap P_ ((struct frame *, int));
extern int x_create_bitmap_from_data P_ ((struct frame *, char *,
unsigned int, unsigned int));
extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object));
+#if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
+extern int x_create_bitmap_from_xpm_data P_ ((struct frame *f, char **bits));
+#endif
#ifndef x_destroy_bitmap
extern void x_destroy_bitmap P_ ((struct frame *, int));
#endif