diff options
| author | Gerd Moellmann | 2001-09-25 09:54:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-09-25 09:54:09 +0000 |
| commit | 65ace4c2ac12371d885c621376f49c3fe93776e9 (patch) | |
| tree | f1d89e535bc49110c30a23e185500d77ffef169e /src | |
| parent | 0bef35bc603cd8299b5a57d00bf7c78fd9e12350 (diff) | |
| download | emacs-65ace4c2ac12371d885c621376f49c3fe93776e9.tar.gz emacs-65ace4c2ac12371d885c621376f49c3fe93776e9.zip | |
(row_containing_pos): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
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 | ||
| 2160 | struct glyph_row *row_containing_pos P_ ((struct window *, int, | ||
| 2161 | struct glyph_row *, | ||
| 2162 | struct glyph_row *)); | ||
| 2160 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); | 2163 | int string_buffer_position P_ ((struct window *, Lisp_Object, int)); |
| 2161 | int line_bottom_y P_ ((struct it *)); | 2164 | int line_bottom_y P_ ((struct it *)); |
| 2162 | int display_prop_intangible_p P_ ((Lisp_Object)); | 2165 | int display_prop_intangible_p P_ ((Lisp_Object)); |