aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 084a3f9e07f..f5d20250fa7 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1860,8 +1860,9 @@ struct bidi_it {
1860 bidi_dir_t sor; /* direction of start-of-run in effect */ 1860 bidi_dir_t sor; /* direction of start-of-run in effect */
1861 int scan_dir; /* direction of text scan, 1: forw, -1: back */ 1861 int scan_dir; /* direction of text scan, 1: forw, -1: back */
1862 EMACS_INT disp_pos; /* position of display string after ch */ 1862 EMACS_INT disp_pos; /* position of display string after ch */
1863 int disp_prop_p; /* if non-zero, there really is a 1863 int disp_prop; /* if non-zero, there really is a
1864 `display' property/string at disp_pos */ 1864 `display' property/string at disp_pos;
1865 if 2, the property is a `space' spec */
1865 int stack_idx; /* index of current data on the stack */ 1866 int stack_idx; /* index of current data on the stack */
1866 /* Note: Everything from here on is not copied/saved when the bidi 1867 /* Note: Everything from here on is not copied/saved when the bidi
1867 iterator state is saved, pushed, or popped. So only put here 1868 iterator state is saved, pushed, or popped. So only put here