From cf6d1fe3d0506650592c0b72c2cfc9156f30d7d3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 24 Oct 2001 09:18:18 +0000 Subject: [PATCH] (row_containing_pos): Adjust prototype. --- src/ChangeLog | 11 +++++++++++ src/dispextern.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index a0fe0f40e06..1d2291c2c8e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,16 @@ 2001-10-24 Gerd Moellmann + * xdisp.c (try_window_reusing_current_matrix): Use + row_containing_pos. + (row_containing_pos): Take additional argument DY. Treat + rows ending in middle of char differently. + (display_line): Handle tabs on window systems differently. + + * xterm.c (fast_find_position): Call row_containing_pos + with additional argument. + + * dispextern.h (row_containing_pos): Adjust prototype. + * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing) (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables. (try_window_id, try_window_reusing_current_matrix) diff --git a/src/dispextern.h b/src/dispextern.h index 95c2a919d5f..027560707da 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2162,7 +2162,7 @@ extern int tool_bar_button_relief; struct glyph_row *row_containing_pos P_ ((struct window *, int, struct glyph_row *, - struct glyph_row *)); + struct glyph_row *, int)); int string_buffer_position P_ ((struct window *, Lisp_Object, int)); int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); -- 2.39.2