comparison src/termhooks.h @ 40080:30ac10baa2b5

(reassert_line_highlight_hook, change_line_highlight_hook): Declarations removed.
author Miles Bader <miles@gnu.org>
date Sat, 20 Oct 2001 05:51:38 +0000
parents 936ffa2961ca
children 7c1c9baea70f cfe99461ac2e
comparison
equal deleted inserted replaced
40079:e62d3694acdc 40080:30ac10baa2b5
41 extern void (*clear_to_end_hook) P_ ((void)); 41 extern void (*clear_to_end_hook) P_ ((void));
42 extern void (*clear_frame_hook) P_ ((void)); 42 extern void (*clear_frame_hook) P_ ((void));
43 extern void (*clear_end_of_line_hook) P_ ((int)); 43 extern void (*clear_end_of_line_hook) P_ ((int));
44 44
45 extern void (*ins_del_lines_hook) P_ ((int, int)); 45 extern void (*ins_del_lines_hook) P_ ((int, int));
46
47 extern void (*change_line_highlight_hook) P_ ((int, int, int, int));
48 extern void (*reassert_line_highlight_hook) P_ ((int, int));
49 46
50 extern void (*insert_glyphs_hook) P_ ((struct glyph *s, int n)); 47 extern void (*insert_glyphs_hook) P_ ((struct glyph *s, int n));
51 extern void (*write_glyphs_hook) P_ ((struct glyph *s, int n)); 48 extern void (*write_glyphs_hook) P_ ((struct glyph *s, int n));
52 extern void (*delete_glyphs_hook) P_ ((int)); 49 extern void (*delete_glyphs_hook) P_ ((int));
53 50