diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 60282b5110f..be45547c7c7 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2568,7 +2568,6 @@ extern Lisp_Object Qtool_bar; | |||
| 2568 | extern Lisp_Object Vshow_trailing_whitespace; | 2568 | extern Lisp_Object Vshow_trailing_whitespace; |
| 2569 | extern int mode_line_in_non_selected_windows; | 2569 | extern int mode_line_in_non_selected_windows; |
| 2570 | extern int redisplaying_p; | 2570 | extern int redisplaying_p; |
| 2571 | extern Lisp_Object Vimage_types; | ||
| 2572 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); | 2571 | extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); |
| 2573 | extern int help_echo_showing_p; | 2572 | extern int help_echo_showing_p; |
| 2574 | extern int current_mode_line_height, current_header_line_height; | 2573 | extern int current_mode_line_height, current_header_line_height; |
| @@ -2654,6 +2653,8 @@ void w32_reset_fringes P_ ((void)); | |||
| 2654 | 2653 | ||
| 2655 | #ifdef HAVE_WINDOW_SYSTEM | 2654 | #ifdef HAVE_WINDOW_SYSTEM |
| 2656 | 2655 | ||
| 2656 | extern Lisp_Object Vimage_types; | ||
| 2657 | |||
| 2657 | extern int x_bitmap_height P_ ((struct frame *, int)); | 2658 | extern int x_bitmap_height P_ ((struct frame *, int)); |
| 2658 | extern int x_bitmap_width P_ ((struct frame *, int)); | 2659 | extern int x_bitmap_width P_ ((struct frame *, int)); |
| 2659 | extern int x_bitmap_pixmap P_ ((struct frame *, int)); | 2660 | extern int x_bitmap_pixmap P_ ((struct frame *, int)); |