Mercurial > emacs
changeset 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 | 7e64cebb0463 |
children | 28b3892bfcda |
files | src/buffer.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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;