X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/ad404f1a4f1cf0cdb50967fbe78dc6bdfb7f21ae..d2ad6275c8b11d33d6bbfa9359420d534aa641bc:/src/buffer.h diff --git a/src/buffer.h b/src/buffer.h index 3250967c5a..8015b2be15 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,6 +1,6 @@ /* Header file for the buffer manipulation primitives. Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -743,6 +743,12 @@ struct buffer /* 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;