diff options
| author | Stefan Monnier | 2006-10-10 14:38:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-10-10 14:38:34 +0000 |
| commit | 516c741dce848452dee4900c97c3571e010c401d (patch) | |
| tree | f6577fda9053c10b3dcd6b4925cb46c2fde0ac92 /src | |
| parent | 997482f5f4d96d7f6fe7a41c87f8c5bddec0c7cd (diff) | |
| download | emacs-516c741dce848452dee4900c97c3571e010c401d.tar.gz emacs-516c741dce848452dee4900c97c3571e010c401d.zip | |
Declare x_create_bitmap_from_xpm_data.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
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)); | |||
| 2784 | extern int x_create_bitmap_from_data P_ ((struct frame *, char *, | 2784 | extern int x_create_bitmap_from_data P_ ((struct frame *, char *, |
| 2785 | unsigned int, unsigned int)); | 2785 | unsigned int, unsigned int)); |
| 2786 | extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object)); | 2786 | extern int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object)); |
| 2787 | #if defined (HAVE_XPM) && defined (HAVE_X_WINDOWS) | ||
| 2788 | extern 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 |
| 2788 | extern void x_destroy_bitmap P_ ((struct frame *, int)); | 2791 | extern void x_destroy_bitmap P_ ((struct frame *, int)); |
| 2789 | #endif | 2792 | #endif |