summaryrefslogtreecommitdiff
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-05-24 20:45:04 -0700
committerGlenn Morris <rgm@gnu.org>2011-05-24 20:45:04 -0700
commit4dedd05546c0301f9432f0c7be2a6f44a7def6cb (patch)
treee7acbcfabd1ec3c7104adc318591082a90f4cd3a /src/dispextern.h
parent9750ca68c62ae8db7e2b8dfe1e5162e971f3c146 (diff)
parentfe1932b6354cbfc39da880b161ea294f08411ec0 (diff)
downloademacs-4dedd05546c0301f9432f0c7be2a6f44a7def6cb.tar.gz
Merge from emacs-23; up to r100587.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 77c45cf2fc6..5d8b4562499 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -845,6 +845,10 @@ struct glyph_row
/* Vertical offset of the right fringe bitmap. */
signed right_fringe_offset : FRINGE_HEIGHT_BITS;
+ /* 1 means that at least one of the left and right fringe bitmaps is
+ periodic and thus depends on the y-position of the row. */
+ unsigned fringe_bitmap_periodic_p : 1;
+
/* 1 means that we must draw the bitmaps of this row. */
unsigned redraw_fringe_bitmaps_p : 1;