Include window.h, frame.h, dispextern.h font.h.
authorKenichi Handa <handa@m17n.org>
Fri, 29 Aug 2008 07:53:27 +0000 (07:53 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 29 Aug 2008 07:53:27 +0000 (07:53 +0000)
commit58753d746d131ad0595730e76e9c66e9db5fc5f9
tree1fe81e721171030018e54e4e60854bc9017ad47a
parentc3b57f2354e9f7f4be46bda9e5111582d2aa324c
Include window.h, frame.h, dispextern.h font.h.
(Vcomposition_function_table)
(get_composition_id): Don't handle COMPOSITION_WITH_GLYPH_STRING.
(gstring_hash_table, gstring_work, gstring_work_headers): New
variables.
(gstring_lookup_cache, composition_gstring_put_cache)
(composition_gstring_from_id, composition_gstring_p)
(composition_gstring_width, fill_gstring_header)
(fill_gstring_body, autocmp_chars, composition_compute_stop_pos)
(composition_reseat_it, composition_update_it)
(composition_adjust_point, Fcomposition_get_gstring): New
functions.
(syms_of_composite): Initialize gstring_hash_table, gstrint_work,
and gstring_work_headers.  DEFVAR_LISP composition-function-table.
Defsubr compostion_get_gstring.
src/composite.c