diff options
| author | Joakim Verona | 2011-09-15 16:11:02 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-15 16:11:02 +0200 |
| commit | b728e88fdffdd34065f996682113b072bbc7008c (patch) | |
| tree | c0622d02a303baaf2d6c4db2b50866305ca960e0 /src/dispextern.h | |
| parent | 8d07d23ecd32b9e9f07234313c2e712a8c42b524 (diff) | |
| parent | 39b3d70b17789e237021787ab80ccdd123b97312 (diff) | |
| download | emacs-b728e88fdffdd34065f996682113b072bbc7008c.tar.gz emacs-b728e88fdffdd34065f996682113b072bbc7008c.zip | |
upstream
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
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; | |||
| 3064 | extern int last_tool_bar_item; | 3064 | extern int last_tool_bar_item; |
| 3065 | extern void reseat_at_previous_visible_line_start (struct it *); | 3065 | extern void reseat_at_previous_visible_line_start (struct it *); |
| 3066 | extern Lisp_Object lookup_glyphless_char_display (int, struct it *); | 3066 | extern Lisp_Object lookup_glyphless_char_display (int, struct it *); |
| 3067 | extern int calc_pixel_width_or_height (double *, struct it *, Lisp_Object, | ||
| 3068 | struct font *, int, int *); | ||
| 3069 | extern EMACS_INT compute_display_string_pos (struct text_pos *, | 3067 | extern 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 *); |