comparison src/window.h @ 83652:5b644ae74c91

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:51:08 +0000
parents 65663fcd2caa 1677cf1c2509
children 96eb42c9e0e3
comparison
equal deleted inserted replaced
83651:47230f3f349b 83652:5b644ae74c91
775 enum window_part *, 775 enum window_part *,
776 int *, int*, int)); 776 int *, 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));
783 extern void delete_all_subwindows P_ ((struct window *)); 784 extern void delete_all_subwindows P_ ((struct window *));
784 extern void freeze_window_starts P_ ((struct frame *, int)); 785 extern void freeze_window_starts P_ ((struct frame *, int));
816 817
817 /* Depth in minibuffer invocations. */ 818 /* Depth in minibuffer invocations. */
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
825 /* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since 826 /* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since
826 last redisplay that finished. */ 827 last redisplay that finished. */