Mercurial > hg > xemacs-beta
comparison src/glyphs.h @ 3263:d674024a8674
[xemacs-hg @ 2006-02-27 16:29:00 by crestani]
- Introduce a fancy asynchronous finalization strategy on C level.
- Merge the code conditioned on MC_ALLOC into the code conditioned on
NEW_GC.
- Remove the possibility to free objects manually outside garbage
collections when the new collector is enabled.
author | crestani |
---|---|
date | Mon, 27 Feb 2006 16:29:29 +0000 |
parents | 141c2920ea48 |
children | 19a72041c5ed e0db3c197671 |
comparison
equal
deleted
inserted
replaced
3262:79d41cfd8e6b | 3263:d674024a8674 |
---|---|
1067 typedef struct glyph_cachel glyph_cachel; | 1067 typedef struct glyph_cachel glyph_cachel; |
1068 struct glyph_cachel | 1068 struct glyph_cachel |
1069 { | 1069 { |
1070 #ifdef NEW_GC | 1070 #ifdef NEW_GC |
1071 struct lrecord_header header; | 1071 struct lrecord_header header; |
1072 #endif /* not NEW_GC */ | 1072 #endif /* NEW_GC */ |
1073 Lisp_Object glyph; | 1073 Lisp_Object glyph; |
1074 | 1074 |
1075 unsigned int dirty :1; /* I'm copying faces here. I'm not | 1075 unsigned int dirty :1; /* I'm copying faces here. I'm not |
1076 sure why we need two dirty | 1076 sure why we need two dirty |
1077 flags. Maybe because an image | 1077 flags. Maybe because an image |