aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-09-25 09:54:09 +0000
committerGerd Moellmann2001-09-25 09:54:09 +0000
commit65ace4c2ac12371d885c621376f49c3fe93776e9 (patch)
treef1d89e535bc49110c30a23e185500d77ffef169e /src
parent0bef35bc603cd8299b5a57d00bf7c78fd9e12350 (diff)
downloademacs-65ace4c2ac12371d885c621376f49c3fe93776e9.tar.gz
emacs-65ace4c2ac12371d885c621376f49c3fe93776e9.zip
(row_containing_pos): Add prototype.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index d3f024e81c9..2e3b57afc27 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2157,6 +2157,9 @@ extern int tool_bar_button_relief;
2157 2157
2158/* Defined in xdisp.c */ 2158/* Defined in xdisp.c */
2159 2159
2160struct glyph_row *row_containing_pos P_ ((struct window *, int,
2161 struct glyph_row *,
2162 struct glyph_row *));
2160int string_buffer_position P_ ((struct window *, Lisp_Object, int)); 2163int string_buffer_position P_ ((struct window *, Lisp_Object, int));
2161int line_bottom_y P_ ((struct it *)); 2164int line_bottom_y P_ ((struct it *));
2162int display_prop_intangible_p P_ ((Lisp_Object)); 2165int display_prop_intangible_p P_ ((Lisp_Object));