Mercurial > emacs
comparison src/dispextern.h @ 36702:e6d6ef7e0aef
(string_buffer_position): Add prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 09 Mar 2001 18:41:17 +0000 |
parents | ba2a7a0cfb84 |
children | d219e9d346c4 |
comparison
equal
deleted
inserted
replaced
36701:5f1861d1affa | 36702:e6d6ef7e0aef |
---|---|
2143 Function Prototypes | 2143 Function Prototypes |
2144 ***********************************************************************/ | 2144 ***********************************************************************/ |
2145 | 2145 |
2146 /* Defined in xdisp.c */ | 2146 /* Defined in xdisp.c */ |
2147 | 2147 |
2148 int string_buffer_position P_ ((struct window *, Lisp_Object, int)); | |
2148 int line_bottom_y P_ ((struct it *)); | 2149 int line_bottom_y P_ ((struct it *)); |
2149 int display_prop_intangible_p P_ ((Lisp_Object)); | 2150 int display_prop_intangible_p P_ ((Lisp_Object)); |
2150 void resize_echo_area_axactly P_ ((void)); | 2151 void resize_echo_area_axactly P_ ((void)); |
2151 int resize_mini_window P_ ((struct window *, int)); | 2152 int resize_mini_window P_ ((struct window *, int)); |
2152 int try_window P_ ((Lisp_Object, struct text_pos)); | 2153 int try_window P_ ((Lisp_Object, struct text_pos)); |