diff options
| author | Kim F. Storm | 2004-03-14 00:28:01 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-14 00:28:01 +0000 |
| commit | f27823c657ea0ca38bdfcf4ca438e8e223264387 (patch) | |
| tree | 5442457bfd4ac64d2abc361641d0c8d3b68d72c4 /src | |
| parent | e4b1b5ab00450962f761e7403c524fc68e884847 (diff) | |
| download | emacs-f27823c657ea0ca38bdfcf4ca438e8e223264387.tar.gz emacs-f27823c657ea0ca38bdfcf4ca438e8e223264387.zip | |
(x_find_image_file): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 4fae030415a..d925f881695 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2618,6 +2618,7 @@ extern void x_destroy_bitmap P_ ((struct frame *, int)); | |||
| 2618 | #endif | 2618 | #endif |
| 2619 | extern void x_destroy_all_bitmaps P_ ((Display_Info *)); | 2619 | extern void x_destroy_all_bitmaps P_ ((Display_Info *)); |
| 2620 | extern int x_create_bitmap_mask P_ ((struct frame * , int)); | 2620 | extern int x_create_bitmap_mask P_ ((struct frame * , int)); |
| 2621 | extern Lisp_Object x_find_image_file P_ ((Lisp_Object)); | ||
| 2621 | 2622 | ||
| 2622 | void x_kill_gs_process P_ ((Pixmap, struct frame *)); | 2623 | void x_kill_gs_process P_ ((Pixmap, struct frame *)); |
| 2623 | struct image_cache *make_image_cache P_ ((void)); | 2624 | struct image_cache *make_image_cache P_ ((void)); |