diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 037e02ff58f..12ba927261f 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2287,6 +2287,8 @@ struct composition_it | |||
| 2287 | reverse order, and thus the grapheme clusters must be rendered | 2287 | reverse order, and thus the grapheme clusters must be rendered |
| 2288 | from the last to the first. */ | 2288 | from the last to the first. */ |
| 2289 | bool reversed_p; | 2289 | bool reversed_p; |
| 2290 | /* Parent iterator. */ | ||
| 2291 | struct it *parent_it; | ||
| 2290 | 2292 | ||
| 2291 | /** The following members contain information about the current | 2293 | /** The following members contain information about the current |
| 2292 | grapheme cluster. */ | 2294 | grapheme cluster. */ |