comparison src/dispextern.h @ 83216:4f2f1522636c

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-605 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-606 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-607 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-256
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 10 Oct 2004 16:41:56 +0000
parents f70dc61a797f d370f0f6584a
children e86fc76a45e4
comparison
equal deleted inserted replaced
83215:a9f716fbb9c6 83216:4f2f1522636c
2631 /* Defined in fringe.c */ 2631 /* Defined in fringe.c */
2632 2632
2633 int lookup_fringe_bitmap (Lisp_Object); 2633 int lookup_fringe_bitmap (Lisp_Object);
2634 void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int)); 2634 void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int));
2635 void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *)); 2635 void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *));
2636 void draw_window_fringes P_ ((struct window *)); 2636 int draw_window_fringes P_ ((struct window *, int));
2637 int update_window_fringes P_ ((struct window *, int)); 2637 int update_window_fringes P_ ((struct window *, int));
2638 void compute_fringe_widths P_ ((struct frame *, int)); 2638 void compute_fringe_widths P_ ((struct frame *, int));
2639 2639
2640 #ifdef WINDOWS_NT 2640 #ifdef WINDOWS_NT
2641 void w32_init_fringe P_ ((void)); 2641 void w32_init_fringe P_ ((void));