]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct composition_it): New member lookback.
authorKenichi Handa <handa@m17n.org>
Fri, 5 Sep 2008 00:40:53 +0000 (00:40 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 5 Sep 2008 00:40:53 +0000 (00:40 +0000)
src/dispextern.h

index 8aeaa82cc5afb8bd174fef175fee3e555f3e60ed..02b9df08eb5947f008e3ccf8450e130726e1a132 100644 (file)
@@ -1869,6 +1869,10 @@ struct composition_it
      composition at `stop_pos', and this is an automatic compositoin.
      If negative, this is a static composition..  */
   int ch;
+  /* If this an automatic composition, how many charaters to look back
+     from the position where a character triggering the composition
+     exists.  */
+  int lookback;
   /* If non-negative, number of glyphs of the glyph-string.  */
   int nglyphs;
   /* Number of characters and bytes of the current grapheme cluster.  */