diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/window.h | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 3 |
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, | |||
| 777 | EXFUN (Fwindow_dedicated_p, 1); | 777 | EXFUN (Fwindow_dedicated_p, 1); |
| 778 | extern int window_height P_ ((Lisp_Object)); | 778 | extern int window_height P_ ((Lisp_Object)); |
| 779 | extern int window_width P_ ((Lisp_Object)); | 779 | extern int window_width P_ ((Lisp_Object)); |
| 780 | EXFUN (Fwindow_full_width_p, 1); | ||
| 780 | extern void set_window_height P_ ((Lisp_Object, int, int)); | 781 | extern void set_window_height P_ ((Lisp_Object, int, int)); |
| 781 | extern void set_window_width P_ ((Lisp_Object, int, int)); | 782 | extern void set_window_width P_ ((Lisp_Object, int, int)); |
| 782 | extern void change_window_heights P_ ((Lisp_Object, int)); | 783 | extern void change_window_heights P_ ((Lisp_Object, int)); |
| @@ -818,7 +819,7 @@ extern int command_loop_level; | |||
| 818 | 819 | ||
| 819 | extern int minibuf_level; | 820 | extern 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 | ||
| 823 | extern int update_mode_lines; | 824 | extern int update_mode_lines; |
| 824 | 825 | ||