X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fframeslots.h;h=c4738171973b70eed85b946f2981664adf9ed09b;hb=7c1dff53c61110634f084d4ce395b6fd01cfef69;hp=4fe27bfcd2a27d103ea020402bde829be0de05a1;hpb=a1655b870904de973c366d85ebdc8adde4ef5e1e;p=chise%2Fxemacs-chise.git.1 diff --git a/src/frameslots.h b/src/frameslots.h index 4fe27bf..c473817 100644 --- a/src/frameslots.h +++ b/src/frameslots.h @@ -145,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);