diff options
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)); |