Mercurial > emacs
comparison src/dispextern.h @ 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 | 64ae6f2c8fee |
children | f3bbed2e1849 fac24544c283 |
comparison
equal
deleted
inserted
replaced
54389:84c215d133e7 | 54390:f90f66dc4999 |
---|---|
2616 #ifndef x_destroy_bitmap | 2616 #ifndef x_destroy_bitmap |
2617 extern void x_destroy_bitmap P_ ((struct frame *, int)); | 2617 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)); |
2624 void free_image_cache P_ ((struct frame *)); | 2625 void free_image_cache P_ ((struct frame *)); |
2625 void clear_image_cache P_ ((struct frame *, int)); | 2626 void clear_image_cache P_ ((struct frame *, int)); |