aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab2003-02-18 00:16:03 +0000
committerAndreas Schwab2003-02-18 00:16:03 +0000
commitc4f2431a243b4f42950de79747619b2bfd420b8f (patch)
tree6b5204b1ac07013bdfd902ca34a842722737baa0 /src
parent6f4070e03d31d5d079f69239afe65ff62d727e35 (diff)
downloademacs-c4f2431a243b4f42950de79747619b2bfd420b8f.tar.gz
emacs-c4f2431a243b4f42950de79747619b2bfd420b8f.zip
(in_display_vector_p): Declare.
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 *));