Mercurial > hg > xemacs-beta
comparison src/faces.h @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 376386a54a3c |
children | b2472a1930f2 |
comparison
equal
deleted
inserted
replaced
184:bcd2674570bf | 185:3d6bfa290dbd |
---|---|
113 simpler. | 113 simpler. |
114 */ | 114 */ |
115 | 115 |
116 #define NUM_STATIC_CACHEL_FACES 4 | 116 #define NUM_STATIC_CACHEL_FACES 4 |
117 | 117 |
118 typedef struct face_cachel face_cachel; | |
118 struct face_cachel | 119 struct face_cachel |
119 { | 120 { |
120 /* There are two kinds of cachels; those created from a single face | 121 /* There are two kinds of cachels; those created from a single face |
121 and those created by merging more than one face. In the former | 122 and those created by merging more than one face. In the former |
122 case, the FACE element specifies the face used. In the latter | 123 case, the FACE element specifies the face used. In the latter |