Mercurial > hg > xemacs-beta
comparison src/frameslots.h @ 408:501cfd01ee6d r21-2-34
Import from CVS: tag r21-2-34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:18:11 +0200 |
parents | b8cc9ab3f761 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
407:ed6218a7d4d3 | 408:501cfd01ee6d |
---|---|
143 MARKED_SLOT_ARRAY (toolbar_visible_p, 4); | 143 MARKED_SLOT_ARRAY (toolbar_visible_p, 4); |
144 /* Thickness of the border around the toolbar. */ | 144 /* Thickness of the border around the toolbar. */ |
145 MARKED_SLOT_ARRAY (toolbar_border_width, 4); | 145 MARKED_SLOT_ARRAY (toolbar_border_width, 4); |
146 #endif | 146 #endif |
147 | 147 |
148 /* Cache of subwindow instances for this frame */ | |
149 MARKED_SLOT (subwindow_instance_cache); | |
150 | |
148 /* Possible frame-local default for outside margin widths. */ | 151 /* Possible frame-local default for outside margin widths. */ |
149 MARKED_SLOT (left_margin_width); | 152 MARKED_SLOT (left_margin_width); |
150 MARKED_SLOT (right_margin_width); | 153 MARKED_SLOT (right_margin_width); |
151 | 154 |
152 #undef MARKED_SLOT | 155 #undef MARKED_SLOT |