diff options
Diffstat (limited to 'src/composite.h')
| -rw-r--r-- | src/composite.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/composite.h b/src/composite.h index 53665b36bd1..df170093797 100644 --- a/src/composite.h +++ b/src/composite.h | |||
| @@ -25,6 +25,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #ifndef EMACS_COMPOSITE_H | 25 | #ifndef EMACS_COMPOSITE_H |
| 26 | #define EMACS_COMPOSITE_H | 26 | #define EMACS_COMPOSITE_H |
| 27 | 27 | ||
| 28 | #include "font.h" | ||
| 29 | |||
| 28 | INLINE_HEADER_BEGIN | 30 | INLINE_HEADER_BEGIN |
| 29 | #ifndef COMPOSITE_INLINE | 31 | #ifndef COMPOSITE_INLINE |
| 30 | # define COMPOSITE_INLINE INLINE | 32 | # define COMPOSITE_INLINE INLINE |
| @@ -312,10 +314,6 @@ enum lglyph_indices | |||
| 312 | #define LGLYPH_WADJUST(g) (VECTORP (LGLYPH_ADJUSTMENT (g)) \ | 314 | #define LGLYPH_WADJUST(g) (VECTORP (LGLYPH_ADJUSTMENT (g)) \ |
| 313 | ? XINT (AREF (LGLYPH_ADJUSTMENT (g), 2)) : 0) | 315 | ? XINT (AREF (LGLYPH_ADJUSTMENT (g), 2)) : 0) |
| 314 | 316 | ||
| 315 | struct composition_it; | ||
| 316 | struct face; | ||
| 317 | struct font_metrics; | ||
| 318 | |||
| 319 | extern Lisp_Object composition_gstring_put_cache (Lisp_Object, ptrdiff_t); | 317 | extern Lisp_Object composition_gstring_put_cache (Lisp_Object, ptrdiff_t); |
| 320 | extern Lisp_Object composition_gstring_from_id (ptrdiff_t); | 318 | extern Lisp_Object composition_gstring_from_id (ptrdiff_t); |
| 321 | extern bool composition_gstring_p (Lisp_Object); | 319 | extern bool composition_gstring_p (Lisp_Object); |