X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fframeslots.h;h=c4738171973b70eed85b946f2981664adf9ed09b;hb=c84990d1037000e9487a437491a853975b356e5a;hp=1674ce67bff8b81a4fbe013dd587dafc96e8ce5e;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/frameslots.h b/src/frameslots.h index 1674ce6..c473817 100644 --- a/src/frameslots.h +++ b/src/frameslots.h @@ -84,6 +84,9 @@ Boston, MA 02111-1307, USA. */ /* frame property list */ MARKED_SLOT (plist); + /* buffer_alist at last redisplay. */ + MARKED_SLOT (old_buffer_alist); + /* A copy of the global Vbuffer_list, to maintain a per-frame buffer ordering. The Vbuffer_list variable and the buffer_list slot of each frame contain exactly the same data, just in different orders. */ @@ -142,6 +145,9 @@ Boston, MA 02111-1307, USA. */ MARKED_SLOT_ARRAY (toolbar_border_width, 4); #endif +/* Cache of subwindow instances for this frame */ + MARKED_SLOT (subwindow_instance_cache); + /* Possible frame-local default for outside margin widths. */ MARKED_SLOT (left_margin_width); MARKED_SLOT (right_margin_width);