diff src/buffer.h @ 69048:7e644ce20468

(struct buffer): New members fringe_indicator_alist and fringe_cursor_alist.
author Kim F. Storm <storm@cua.dk>
date Mon, 20 Feb 2006 22:14:12 +0000
parents 3bd95f4f2941
children da0099bc0ba4 d1c5430c5bff
line wrap: on
line diff
--- a/src/buffer.h	Mon Feb 20 22:14:06 2006 +0000
+++ b/src/buffer.h	Mon Feb 20 22:14:12 2006 +0000
@@ -739,6 +739,12 @@
   /* Non-nil means indicate buffer boundaries and scrolling.  */
   Lisp_Object indicate_buffer_boundaries;
 
+  /* Logical to physical fringe bitmap mappings.  */
+  Lisp_Object fringe_indicator_alist;
+
+  /* Logical to physical cursor bitmap mappings.  */
+  Lisp_Object fringe_cursor_alist;
+
   /* Time stamp updated each time this buffer is displayed in a window.  */
   Lisp_Object display_time;