aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorJoakim Verona2011-09-15 16:11:02 +0200
committerJoakim Verona2011-09-15 16:11:02 +0200
commitb728e88fdffdd34065f996682113b072bbc7008c (patch)
treec0622d02a303baaf2d6c4db2b50866305ca960e0 /src/dispextern.h
parent8d07d23ecd32b9e9f07234313c2e712a8c42b524 (diff)
parent39b3d70b17789e237021787ab80ccdd123b97312 (diff)
downloademacs-b728e88fdffdd34065f996682113b072bbc7008c.tar.gz
emacs-b728e88fdffdd34065f996682113b072bbc7008c.zip
upstream
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index bc75dc5d2e6..8a1d8e7948e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -3064,8 +3064,6 @@ extern struct frame *last_mouse_frame;
3064extern int last_tool_bar_item; 3064extern int last_tool_bar_item;
3065extern void reseat_at_previous_visible_line_start (struct it *); 3065extern void reseat_at_previous_visible_line_start (struct it *);
3066extern Lisp_Object lookup_glyphless_char_display (int, struct it *); 3066extern Lisp_Object lookup_glyphless_char_display (int, struct it *);
3067extern int calc_pixel_width_or_height (double *, struct it *, Lisp_Object,
3068 struct font *, int, int *);
3069extern EMACS_INT compute_display_string_pos (struct text_pos *, 3067extern EMACS_INT compute_display_string_pos (struct text_pos *,
3070 struct bidi_string_data *, 3068 struct bidi_string_data *,
3071 int, int *); 3069 int, int *);