emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:38 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.153.4.7 emacs/src/dispextern.h:1.153.4.8
*** emacs/src/dispextern.h:1.153.4.7    Thu Sep 30 01:20:35 2004
--- emacs/src/dispextern.h      Thu Oct 14 08:49:53 2004
***************
*** 1961,1968 ****
  
    /* Object and position where the current display element came from.
       Object can be a Lisp string in case the current display element
!      comes from an overlay string, or it is buffer.  Position is
!      a position in object.  */
    Lisp_Object object;
    struct text_pos position;
  
--- 1961,1968 ----
  
    /* Object and position where the current display element came from.
       Object can be a Lisp string in case the current display element
!      comes from an overlay string, or it is buffer.  It may also be nil
!      during mode-line update.  Position is a position in object.  */
    Lisp_Object object;
    struct text_pos position;
  
***************
*** 2637,2643 ****
  int lookup_fringe_bitmap (Lisp_Object);
  void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int));
  void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *));
! void draw_window_fringes P_ ((struct window *));
  int update_window_fringes P_ ((struct window *, int));
  void compute_fringe_widths P_ ((struct frame *, int));
  
--- 2637,2643 ----
  int lookup_fringe_bitmap (Lisp_Object);
  void draw_fringe_bitmap P_ ((struct window *, struct glyph_row *, int));
  void draw_row_fringe_bitmaps P_ ((struct window *, struct glyph_row *));
! int draw_window_fringes P_ ((struct window *, int));
  int update_window_fringes P_ ((struct window *, int));
  void compute_fringe_widths P_ ((struct frame *, int));
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]