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 7e8d15d8e8f..2b53fa8d8fd 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2602,6 +2602,7 @@ extern int help_echo_pos; | |||
| 2602 | extern struct frame *last_mouse_frame; | 2602 | extern struct frame *last_mouse_frame; |
| 2603 | extern int last_tool_bar_item; | 2603 | extern int last_tool_bar_item; |
| 2604 | extern int mouse_autoselect_window; | 2604 | extern int mouse_autoselect_window; |
| 2605 | extern void reseat_at_previous_visible_line_start P_ ((struct it *)); | ||
| 2605 | 2606 | ||
| 2606 | extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, | 2607 | extern int calc_pixel_width_or_height P_ ((double *, struct it *, Lisp_Object, |
| 2607 | /* XFontStruct */ void *, int, int *)); | 2608 | /* XFontStruct */ void *, int, int *)); |