aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 48732088e28..27c24dd56de 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1,5 +1,5 @@
1/* Interface definitions for display code. 1/* Interface definitions for display code.
2 Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002 2 Copyright (C) 1985, 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
@@ -2279,6 +2279,7 @@ void move_it_vertically P_ ((struct it *, int));
2279void move_it_vertically_backward P_ ((struct it *, int)); 2279void move_it_vertically_backward P_ ((struct it *, int));
2280void move_it_by_lines P_ ((struct it *, int, int)); 2280void move_it_by_lines P_ ((struct it *, int, int));
2281void move_it_past_eol P_ ((struct it *)); 2281void move_it_past_eol P_ ((struct it *));
2282int in_display_vector_p P_ ((struct it *));
2282int frame_mode_line_height P_ ((struct frame *)); 2283int frame_mode_line_height P_ ((struct frame *));
2283void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *)); 2284void highlight_trailing_whitespace P_ ((struct frame *, struct glyph_row *));
2284int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *)); 2285int tool_bar_item_info P_ ((struct frame *, struct glyph *, int *));