From 0065d05491ce5981ea20896bb26d21dcd31e6769 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 4 Aug 2011 19:15:35 -0700 Subject: Adjust in response to jan.h.d's comments. See, for example . --- src/composite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/composite.h') diff --git a/src/composite.h b/src/composite.h index c30c6832796..c57e2a0e9b3 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; -- cgit v1.2.1