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