diff options
| author | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-12-10 19:13:08 -0500 |
| commit | 2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch) | |
| tree | f26dc9f22861dc37610de319d05255de058c221b /src/window.h | |
| parent | 0c747cb143fa227e78f350ac353d703f489209df (diff) | |
| parent | 175069efeb080517afefdd44a06f7a779ea8c25c (diff) | |
| download | emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip | |
Merge from trunk
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 | ||