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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Mon, 18 Apr 2005 10:09:00 -0400

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.200 emacs/src/dispextern.h:1.201
*** emacs/src/dispextern.h:1.200        Tue Mar 22 23:00:23 2005
--- emacs/src/dispextern.h      Mon Apr 18 14:09:00 2005
***************
*** 726,731 ****
--- 726,736 ----
       position of the next row.  */
    struct display_pos end;
  
+   /* Non-zero means the overlay arrow bitmap is on this line.
+      -1 means use default overlay arrow bitmap, else
+      it specifies actual fringe bitmap number.  */
+   int overlay_arrow_bitmap;
+ 
    /* Left fringe bitmap number (enum fringe_bitmap_type).  */
    unsigned left_user_fringe_bitmap : FRINGE_ID_BITS;
  
***************
*** 764,772 ****
    unsigned truncated_on_left_p : 1;
    unsigned truncated_on_right_p : 1;
  
-   /* 1 means the overlay arrow is on this line.  */
-   unsigned overlay_arrow_p : 1;
- 
    /* 1 means that this row displays a continued line, i.e. it has a
       continuation mark at the right side.  */
    unsigned continued_p : 1;
--- 769,774 ----




reply via email to

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