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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h [lexbind]
Date: Mon, 25 Oct 2004 00:43:18 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.136.2.16 emacs/src/dispextern.h:1.136.2.17
*** emacs/src/dispextern.h:1.136.2.16   Wed Oct  6 05:23:55 2004
--- emacs/src/dispextern.h      Mon Oct 25 04:19:35 2004
***************
*** 1967,1974 ****
  
    /* 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;
  
--- 1967,1974 ----
  
    /* 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;
  
***************
*** 2641,2647 ****
  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));
  
--- 2641,2647 ----
  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]