Mercurial > hg > xemacs-beta
comparison src/objects.h @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 131b0175ea99 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
177 | 177 |
178 unsigned short ascent; /* extracted from `font', or made up */ | 178 unsigned short ascent; /* extracted from `font', or made up */ |
179 unsigned short descent; | 179 unsigned short descent; |
180 unsigned short width; | 180 unsigned short width; |
181 unsigned short height; | 181 unsigned short height; |
182 char proportional_p; | 182 int proportional_p; |
183 | 183 |
184 /* console-type-specific data */ | 184 /* console-type-specific data */ |
185 void *data; | 185 void *data; |
186 }; | 186 }; |
187 | 187 |