aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKaroly Lorentey2006-06-12 07:27:12 +0000
committerKaroly Lorentey2006-06-12 07:27:12 +0000
commit476e9367ec1f440aa23904b7bc482ea4a3b8041c (patch)
tree4f7f5a5e9a6668f908834bb6e216c8fa3727d4b3 /src/dispextern.h
parenta13f8f50d4cc544d3bbfa78568e82ce09e68bded (diff)
parent6b519504c3297595101628e823e72c91e562ab45 (diff)
downloademacs-476e9367ec1f440aa23904b7bc482ea4a3b8041c.tar.gz
emacs-476e9367ec1f440aa23904b7bc482ea4a3b8041c.zip
Merged from emacs@sv.gnu.org.
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-294 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-295 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-296 Update from CVS: admin/FOR-RELEASE: Update refcard section. * emacs@sv.gnu.org/emacs--devo--0--patch-297 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-298 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-299 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-300 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-301 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-302 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-303 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-304 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-103 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-104 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-570
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index c836bc751d0..ed91d2df76e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2623,8 +2623,8 @@ void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *));
2623 2623
2624void mark_window_display_accurate P_ ((Lisp_Object, int)); 2624void mark_window_display_accurate P_ ((Lisp_Object, int));
2625void redisplay_preserve_echo_area P_ ((int)); 2625void redisplay_preserve_echo_area P_ ((int));
2626void set_cursor_from_row P_ ((struct window *, struct glyph_row *, 2626int set_cursor_from_row P_ ((struct window *, struct glyph_row *,
2627 struct glyph_matrix *, int, int, int, int)); 2627 struct glyph_matrix *, int, int, int, int));
2628void init_iterator P_ ((struct it *, struct window *, int, 2628void init_iterator P_ ((struct it *, struct window *, int,
2629 int, struct glyph_row *, enum face_id)); 2629 int, struct glyph_row *, enum face_id));
2630void init_iterator_to_row_start P_ ((struct it *, struct window *, 2630void init_iterator_to_row_start P_ ((struct it *, struct window *,
@@ -2682,8 +2682,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
2682extern void draw_phys_cursor_glyph P_ ((struct window *, 2682extern void draw_phys_cursor_glyph P_ ((struct window *,
2683 struct glyph_row *, 2683 struct glyph_row *,
2684 enum draw_glyphs_face)); 2684 enum draw_glyphs_face));
2685extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, 2685extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
2686 struct glyph *, int *)); 2686 struct glyph *, int *, int *, int *));
2687extern void erase_phys_cursor P_ ((struct window *)); 2687extern void erase_phys_cursor P_ ((struct window *));
2688extern void display_and_set_cursor P_ ((struct window *, 2688extern void display_and_set_cursor P_ ((struct window *,
2689 int, int, int, int, int)); 2689 int, int, int, int, int));