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 3c0ce6e5ffa..257998ccfc1 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2168,6 +2168,7 @@ extern Lisp_Object Vimage_types;
2168extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object)); 2168extern void add_to_log P_ ((char *, Lisp_Object, Lisp_Object));
2169extern int help_echo_showing_p; 2169extern int help_echo_showing_p;
2170extern int current_mode_line_height, current_header_line_height; 2170extern int current_mode_line_height, current_header_line_height;
2171extern int cursor_in_non_selected_windows;
2171 2172
2172/* Defined in sysdep.c */ 2173/* Defined in sysdep.c */
2173 2174