Mercurial > hg > xemacs-beta
comparison src/frameslots.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 501cfd01ee6d |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
82 MARKED_SLOT (last_nonminibuf_window); | 82 MARKED_SLOT (last_nonminibuf_window); |
83 | 83 |
84 /* frame property list */ | 84 /* frame property list */ |
85 MARKED_SLOT (plist); | 85 MARKED_SLOT (plist); |
86 | 86 |
87 /* buffer_alist at last redisplay. */ | |
88 MARKED_SLOT (old_buffer_alist); | |
89 | |
90 /* A copy of the global Vbuffer_list, to maintain a per-frame buffer | 87 /* A copy of the global Vbuffer_list, to maintain a per-frame buffer |
91 ordering. The Vbuffer_list variable and the buffer_list slot of each | 88 ordering. The Vbuffer_list variable and the buffer_list slot of each |
92 frame contain exactly the same data, just in different orders. */ | 89 frame contain exactly the same data, just in different orders. */ |
93 MARKED_SLOT (buffer_alist); | 90 MARKED_SLOT (buffer_alist); |
94 | 91 |
143 MARKED_SLOT_ARRAY (toolbar_visible_p, 4); | 140 MARKED_SLOT_ARRAY (toolbar_visible_p, 4); |
144 /* Thickness of the border around the toolbar. */ | 141 /* Thickness of the border around the toolbar. */ |
145 MARKED_SLOT_ARRAY (toolbar_border_width, 4); | 142 MARKED_SLOT_ARRAY (toolbar_border_width, 4); |
146 #endif | 143 #endif |
147 | 144 |
148 /* Cache of subwindow instances for this frame */ | |
149 MARKED_SLOT (subwindow_instance_cache); | |
150 | |
151 /* Possible frame-local default for outside margin widths. */ | 145 /* Possible frame-local default for outside margin widths. */ |
152 MARKED_SLOT (left_margin_width); | 146 MARKED_SLOT (left_margin_width); |
153 MARKED_SLOT (right_margin_width); | 147 MARKED_SLOT (right_margin_width); |
154 | 148 |
155 #undef MARKED_SLOT | 149 #undef MARKED_SLOT |