comparison src/frameslots.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children af57a77cbc92
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
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
87 /* A copy of the global Vbuffer_list, to maintain a per-frame buffer 90 /* A copy of the global Vbuffer_list, to maintain a per-frame buffer
88 ordering. The Vbuffer_list variable and the buffer_list slot of each 91 ordering. The Vbuffer_list variable and the buffer_list slot of each
89 frame contain exactly the same data, just in different orders. */ 92 frame contain exactly the same data, just in different orders. */
90 MARKED_SLOT (buffer_alist); 93 MARKED_SLOT (buffer_alist);
91 94
140 MARKED_SLOT_ARRAY (toolbar_visible_p, 4); 143 MARKED_SLOT_ARRAY (toolbar_visible_p, 4);
141 /* Thickness of the border around the toolbar. */ 144 /* Thickness of the border around the toolbar. */
142 MARKED_SLOT_ARRAY (toolbar_border_width, 4); 145 MARKED_SLOT_ARRAY (toolbar_border_width, 4);
143 #endif 146 #endif
144 147
148 /* Cache of subwindow instances for this frame */
149 MARKED_SLOT (subwindow_instance_cache);
150
145 /* Possible frame-local default for outside margin widths. */ 151 /* Possible frame-local default for outside margin widths. */
146 MARKED_SLOT (left_margin_width); 152 MARKED_SLOT (left_margin_width);
147 MARKED_SLOT (right_margin_width); 153 MARKED_SLOT (right_margin_width);
148 154
149 #undef MARKED_SLOT 155 #undef MARKED_SLOT