X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/18ab493650d648ab8dca651ea2698861f926e895..0065d05491ce5981ea20896bb26d21dcd31e6769:/src/composite.h?ds=inline diff --git a/src/composite.h b/src/composite.h index c30c683279..c57e2a0e9b 100644 --- a/src/composite.h +++ b/src/composite.h @@ -170,7 +170,7 @@ extern Lisp_Object composition_temp; struct composition { /* Number of glyphs of the composition components. */ - unsigned glyph_len; + int glyph_len; /* Width, ascent, and descent pixels of the composition. */ short pixel_width, ascent, descent;