2 /* Copyright (C) 2003 Marcus Lundblad */
6 * Interface to character combining
9 #ifndef FCOMBINECHARS_H
10 #define FCOMBINECHARS_H
13 #include <X11/Xutil.h>
17 int position
; /* position in the string */
18 XChar2b c
; /* UCS-2 character */
22 unsigned char *str_visual
, int len
, superimpose_char_t
**comb_chars
,
25 #endif /* FCOMBINECHARS_H */