diff options
| -rw-r--r-- | src/dispextern.h | 4 |
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. */ |