# HG changeset patch # User Gerd Moellmann # Date 963345438 0 # Node ID de813a66787a74955ec6380a82cad418e9e605f5 # Parent 4a5dfbe486b4753e399dbc972f67cbbbd7c2271c (struct glyph_row): Add flag mouse_face_p. diff -r 4a5dfbe486b4 -r de813a66787a src/dispextern.h --- 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; };