comparison src/dispextern.h @ 29818:34438531b886

(display_prop_intangible_p): Add prototype.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Jun 2000 19:45:24 +0000
parents a4a198e7b4e5
children cbcd0a9e4e72
comparison
equal deleted inserted replaced
29817:6c3a17ddb763 29818:34438531b886
2095 Function Prototypes 2095 Function Prototypes
2096 ***********************************************************************/ 2096 ***********************************************************************/
2097 2097
2098 /* Defined in xdisp.c */ 2098 /* Defined in xdisp.c */
2099 2099
2100 int display_prop_intangible_p P_ ((Lisp_Object));
2100 void resize_echo_area_axactly P_ ((void)); 2101 void resize_echo_area_axactly P_ ((void));
2101 int resize_mini_window P_ ((struct window *, int)); 2102 int resize_mini_window P_ ((struct window *, int));
2102 int try_window P_ ((Lisp_Object, struct text_pos)); 2103 int try_window P_ ((Lisp_Object, struct text_pos));
2103 void window_box P_ ((struct window *, int, int *, int *, int *, int *)); 2104 void window_box P_ ((struct window *, int, int *, int *, int *, int *));
2104 int window_box_height P_ ((struct window *)); 2105 int window_box_height P_ ((struct window *));