diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 4 |
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); | |||
| 788 | extern Lisp_Object make_window (void); | 788 | extern Lisp_Object make_window (void); |
| 789 | extern void delete_window (Lisp_Object); | 789 | extern void delete_window (Lisp_Object); |
| 790 | extern Lisp_Object window_from_coordinates (struct frame *, int, int, | 790 | extern Lisp_Object window_from_coordinates (struct frame *, int, int, |
| 791 | enum window_part *, | 791 | enum window_part *, int); |
| 792 | int *, int*, int); | ||
| 793 | EXFUN (Fwindow_dedicated_p, 1); | 792 | EXFUN (Fwindow_dedicated_p, 1); |
| 794 | extern int window_height (Lisp_Object); | 793 | extern int window_height (Lisp_Object); |
| 795 | extern int window_width (Lisp_Object); | 794 | extern int window_width (Lisp_Object); |
| @@ -804,6 +803,7 @@ extern void foreach_window (struct frame *, | |||
| 804 | void *); | 803 | void *); |
| 805 | extern void grow_mini_window (struct window *, int); | 804 | extern void grow_mini_window (struct window *, int); |
| 806 | extern void shrink_mini_window (struct window *); | 805 | extern void shrink_mini_window (struct window *); |
| 806 | extern int window_relative_x_coord (struct window *, enum window_part, int); | ||
| 807 | 807 | ||
| 808 | void run_window_configuration_change_hook (struct frame *f); | 808 | void run_window_configuration_change_hook (struct frame *f); |
| 809 | 809 | ||