Mercurial > emacs
diff src/dispextern.h @ 34226:2e38b27fd38b
(struct it): Add face_before_selective_p.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 05 Dec 2000 21:35:54 +0000 |
parents | c80efdb9cea9 |
children | 4a7a6cfe861d |
line wrap: on
line diff
--- a/src/dispextern.h Tue Dec 05 21:35:36 2000 +0000 +++ b/src/dispextern.h Tue Dec 05 21:35:54 2000 +0000 @@ -19,7 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* New redisplay written by Gerd Moellmann <gerd@acm.org>. */ +/* New redisplay written by Gerd Moellmann <gerd@gnu.org>. */ #ifndef DISPEXTERN_H_INCLUDED #define DISPEXTERN_H_INCLUDED @@ -1663,9 +1663,12 @@ character have been put on the previous line. */ unsigned starts_in_middle_of_char_p : 1; + /* If 1, saved_face_id contains the id of the face in front of text + skipped due to selective display. */ + unsigned face_before_selective_p : 1; + /* The ID of the default face to use. One of DEFAULT_FACE_ID, - MODE_LINE_FACE_ID, or TOOL_BAR_FACE_ID, depending on what we - are displaying. */ + MODE_LINE_FACE_ID, etc, depending on what we are displaying. */ int base_face_id; /* If what == IT_CHARACTER, character and length in bytes. This is