aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorKenichi Handa2008-09-05 00:40:53 +0000
committerKenichi Handa2008-09-05 00:40:53 +0000
commitcbf21103d9fad16fe87d9affbc955c75cce657e4 (patch)
treec965a41119dc50670326078f151b58239d275617 /src/dispextern.h
parent06207091456654831699a71de857273a6d070354 (diff)
downloademacs-cbf21103d9fad16fe87d9affbc955c75cce657e4.tar.gz
emacs-cbf21103d9fad16fe87d9affbc955c75cce657e4.zip
(struct composition_it): New member lookback.
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 8aeaa82cc5a..02b9df08eb5 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1869,6 +1869,10 @@ struct composition_it
1869 composition at `stop_pos', and this is an automatic compositoin. 1869 composition at `stop_pos', and this is an automatic compositoin.
1870 If negative, this is a static composition.. */ 1870 If negative, this is a static composition.. */
1871 int ch; 1871 int ch;
1872 /* If this an automatic composition, how many charaters to look back
1873 from the position where a character triggering the composition
1874 exists. */
1875 int lookback;
1872 /* If non-negative, number of glyphs of the glyph-string. */ 1876 /* If non-negative, number of glyphs of the glyph-string. */
1873 int nglyphs; 1877 int nglyphs;
1874 /* Number of characters and bytes of the current grapheme cluster. */ 1878 /* Number of characters and bytes of the current grapheme cluster. */