Mercurial > emacs
diff src/dispextern.h @ 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 | f6b18b9949d1 |
| children | 3d45362f1d38 2d56e13fd23d 8dd8c8286063 |
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
