Mercurial > emacs
changeset 54390:f90f66dc4999
(x_find_image_file): Add prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 14 Mar 2004 00:28:01 +0000 |
parents | 84c215d133e7 |
children | 138155b7215e |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Sun Mar 14 00:27:38 2004 +0000 +++ b/src/dispextern.h Sun Mar 14 00:28:01 2004 +0000 @@ -2618,6 +2618,7 @@ #endif extern void x_destroy_all_bitmaps P_ ((Display_Info *)); extern int x_create_bitmap_mask P_ ((struct frame * , int)); +extern Lisp_Object x_find_image_file P_ ((Lisp_Object)); void x_kill_gs_process P_ ((Pixmap, struct frame *)); struct image_cache *make_image_cache P_ ((void));