changeset 73322:d0bb9a8883d1

Declare x_create_bitmap_from_xpm_data.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 10 Oct 2006 14:38:34 +0000
parents 0266829c1021
children d38d245297fa
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Tue Oct 10 14:37:54 2006 +0000
+++ b/src/dispextern.h	Tue Oct 10 14:38:34 2006 +0000
@@ -2784,6 +2784,9 @@
 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