diff options
Diffstat (limited to 'src/composite.h')
| -rw-r--r-- | src/composite.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/composite.h b/src/composite.h index ad39a08dca3..44f7ab7f616 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -26,6 +26,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 26 | #define EMACS_COMPOSITE_H | 26 | #define EMACS_COMPOSITE_H |
| 27 | 27 | ||
| 28 | #include "font.h" | 28 | #include "font.h" |
| 29 | #include "dispextern.h" | ||
| 29 | 30 | ||
| 30 | INLINE_HEADER_BEGIN | 31 | INLINE_HEADER_BEGIN |
| 31 | 32 | ||
| @@ -321,7 +322,7 @@ extern void composition_compute_stop_pos (struct composition_it *, | |||
| 321 | Lisp_Object); | 322 | Lisp_Object); |
| 322 | extern bool composition_reseat_it (struct composition_it *, ptrdiff_t, | 323 | extern bool composition_reseat_it (struct composition_it *, ptrdiff_t, |
| 323 | ptrdiff_t, ptrdiff_t, struct window *, | 324 | ptrdiff_t, ptrdiff_t, struct window *, |
| 324 | struct face *, Lisp_Object); | 325 | bidi_dir_t, struct face *, Lisp_Object); |
| 325 | extern int composition_update_it (struct composition_it *, | 326 | extern int composition_update_it (struct composition_it *, |
| 326 | ptrdiff_t, ptrdiff_t, Lisp_Object); | 327 | ptrdiff_t, ptrdiff_t, Lisp_Object); |
| 327 | 328 | ||