aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 7fc97448757..ea8965392c4 100644
--- a/src/window.h
+++ b/src/window.h
@@ -777,6 +777,7 @@ extern Lisp_Object window_from_coordinates P_ ((struct frame *, int, int,
777EXFUN (Fwindow_dedicated_p, 1); 777EXFUN (Fwindow_dedicated_p, 1);
778extern int window_height P_ ((Lisp_Object)); 778extern int window_height P_ ((Lisp_Object));
779extern int window_width P_ ((Lisp_Object)); 779extern int window_width P_ ((Lisp_Object));
780EXFUN (Fwindow_full_width_p, 1);
780extern void set_window_height P_ ((Lisp_Object, int, int)); 781extern void set_window_height P_ ((Lisp_Object, int, int));
781extern void set_window_width P_ ((Lisp_Object, int, int)); 782extern void set_window_width P_ ((Lisp_Object, int, int));
782extern void change_window_heights P_ ((Lisp_Object, int)); 783extern void change_window_heights P_ ((Lisp_Object, int));
@@ -818,7 +819,7 @@ extern int command_loop_level;
818 819
819extern int minibuf_level; 820extern int minibuf_level;
820 821
821/* true iff we should redraw the mode lines on the next redisplay. */ 822/* true if we should redraw the mode lines on the next redisplay. */
822 823
823extern int update_mode_lines; 824extern int update_mode_lines;
824 825