Mercurial > emacs
changeset 30151:de813a66787a
(struct glyph_row): Add flag mouse_face_p.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 11 Jul 2000 19:57:18 +0000 |
parents | 4a5dfbe486b4 |
children | f6270e5282da |
files | src/dispextern.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Tue Jul 11 17:56:56 2000 +0000 +++ b/src/dispextern.h Tue Jul 11 19:57:18 2000 +0000 @@ -686,6 +686,9 @@ /* 1 in a current row means this row overlaps others. */ unsigned overlapping_p : 1; + /* 1 means some glyphs in this row are displayed in mouse-face. */ + unsigned mouse_face_p : 1; + /* Continuation lines width at the start of the row. */ int continuation_lines_width; };