# HG changeset patch # User Kenichi Handa # Date 946265642 0 # Node ID c7f8ea6a37bd6c711850d2021ba70d33f8f9bba4 # Parent 4d568be7307bd8c909b696fcd5fc1616366e2603 (struct composition): Change the order of declaring members to reduce the byte size of the structure. diff -r 4d568be7307b -r c7f8ea6a37bd src/composite.h --- a/src/composite.h Mon Dec 27 03:33:17 1999 +0000 +++ b/src/composite.h Mon Dec 27 03:34:02 1999 +0000 @@ -157,6 +157,9 @@ /* 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 @@ 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