instead of unsigned short, as we prefer signed integers.
2014-12-20 Paul Eggert <eggert@cs.ucla.edu>
+ * composite.h (struct composition.width): Now int
+ instead of unsigned short, as we prefer signed integers.
+
Let charset tick grow past USHRT_MAX
* charset.c, charset.h (charset_ordered_list_tick):
Now EMACS_UINT, not unsigned short.
/* How many columns the overall glyphs occupy on the screen. This
gives an approximate value for column calculation in
Fcurrent_column, and etc. */
- unsigned short width;
+ int width;
/* Method of the composition. */
enum composition_method method;