diff options
| author | Miles Bader | 2006-06-07 18:05:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 18:05:10 +0000 |
| commit | b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb (patch) | |
| tree | de3804210a8cd955e0d3b9abc15679480930bc82 /src/dispextern.h | |
| parent | 885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (diff) | |
| parent | 26c9afc3239e18b03537faaea33e3e82e28099e6 (diff) | |
| download | emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.tar.gz emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 285-296)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: admin/FOR-RELEASE: Update refcard section.
* gnus--rel--5.10 (patch 102-104)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 0aac78f9557..92005e6b149 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2642,8 +2642,8 @@ void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *)); | |||
| 2642 | 2642 | ||
| 2643 | void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2643 | void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2644 | void redisplay_preserve_echo_area P_ ((int)); | 2644 | void redisplay_preserve_echo_area P_ ((int)); |
| 2645 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2645 | int set_cursor_from_row P_ ((struct window *, struct glyph_row *, |
| 2646 | struct glyph_matrix *, int, int, int, int)); | 2646 | struct glyph_matrix *, int, int, int, int)); |
| 2647 | void init_iterator P_ ((struct it *, struct window *, int, | 2647 | void init_iterator P_ ((struct it *, struct window *, int, |
| 2648 | int, struct glyph_row *, enum face_id)); | 2648 | int, struct glyph_row *, enum face_id)); |
| 2649 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2649 | void init_iterator_to_row_start P_ ((struct it *, struct window *, |
| @@ -2703,8 +2703,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, | |||
| 2703 | extern void draw_phys_cursor_glyph P_ ((struct window *, | 2703 | extern void draw_phys_cursor_glyph P_ ((struct window *, |
| 2704 | struct glyph_row *, | 2704 | struct glyph_row *, |
| 2705 | enum draw_glyphs_face)); | 2705 | enum draw_glyphs_face)); |
| 2706 | extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, | 2706 | extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, |
| 2707 | struct glyph *, int *)); | 2707 | struct glyph *, int *, int *, int *)); |
| 2708 | extern void erase_phys_cursor P_ ((struct window *)); | 2708 | extern void erase_phys_cursor P_ ((struct window *)); |
| 2709 | extern void display_and_set_cursor P_ ((struct window *, | 2709 | extern void display_and_set_cursor P_ ((struct window *, |
| 2710 | int, int, int, int, int)); | 2710 | int, int, int, int, int)); |