]> code.delx.au - gnu-emacs/commitdiff
Declare x_create_bitmap_from_xpm_data.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:38:34 +0000 (14:38 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:38:34 +0000 (14:38 +0000)
src/dispextern.h

index 09a0c2dae89f7a0c54f9c0a467bb139baa0301b4..45a460b2fe12504e7562e919417227ef8279bcb5 100644 (file)
@@ -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