aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.h b/src/window.h
index e9529487b14..c1148836d79 100644
--- a/src/window.h
+++ b/src/window.h
@@ -788,8 +788,7 @@ EXFUN (Fset_window_point, 2);
788extern Lisp_Object make_window (void); 788extern Lisp_Object make_window (void);
789extern void delete_window (Lisp_Object); 789extern void delete_window (Lisp_Object);
790extern Lisp_Object window_from_coordinates (struct frame *, int, int, 790extern Lisp_Object window_from_coordinates (struct frame *, int, int,
791 enum window_part *, 791 enum window_part *, int);
792 int *, int*, int);
793EXFUN (Fwindow_dedicated_p, 1); 792EXFUN (Fwindow_dedicated_p, 1);
794extern int window_height (Lisp_Object); 793extern int window_height (Lisp_Object);
795extern int window_width (Lisp_Object); 794extern int window_width (Lisp_Object);
@@ -804,6 +803,7 @@ extern void foreach_window (struct frame *,
804 void *); 803 void *);
805extern void grow_mini_window (struct window *, int); 804extern void grow_mini_window (struct window *, int);
806extern void shrink_mini_window (struct window *); 805extern void shrink_mini_window (struct window *);
806extern int window_relative_x_coord (struct window *, enum window_part, int);
807 807
808void run_window_configuration_change_hook (struct frame *f); 808void run_window_configuration_change_hook (struct frame *f);
809 809