]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct composition): Change the order of declaring
authorKenichi Handa <handa@m17n.org>
Mon, 27 Dec 1999 03:34:02 +0000 (03:34 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 27 Dec 1999 03:34:02 +0000 (03:34 +0000)
members to reduce the byte size of the structure.

src/composite.h

index b0af3b7d4ee7033e4a2ffa751f8db26a9e71d91b..61769831cd4ecc344aaa698cc4bd151a864743e0 100644 (file)
@@ -157,6 +157,9 @@ struct composition {
   /* Number of glyphs of the composition components.  */
   unsigned char glyph_len;
 
+  /* Width, ascent, and descent pixels of the composition.  */
+  short pixel_width, ascent, descent;
+
   /* Method of the composition.  */
   enum composition_method method;
 
@@ -173,10 +176,6 @@ struct composition {
      registered in composition_table.  X-offset and Y-offset of Nth
      glyph are (2N)th and (2N+1)th elements respectively.  */
   short *offsets;
-
-  /* Width, ascent, and descent pixels of the composition.  */
-  short pixel_width, ascent, descent;
-
 };
 
 /* Table of pointers to the structure `composition' indexed by