summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-03-14 00:28:01 +0000
committerKim F. Storm <storm@cua.dk>2004-03-14 00:28:01 +0000
commitf27823c657ea0ca38bdfcf4ca438e8e223264387 (patch)
tree5442457bfd4ac64d2abc361641d0c8d3b68d72c4 /src
parente4b1b5ab00450962f761e7403c524fc68e884847 (diff)
downloademacs-f27823c657ea0ca38bdfcf4ca438e8e223264387.tar.gz
(x_find_image_file): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h1
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));
#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));