Mercurial > hg > xemacs-beta
comparison src/frameslots.h @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 376386a54a3c |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
108 /* The following three don't really need to be cached except | 108 /* The following three don't really need to be cached except |
109 that we need to know when they've changed. */ | 109 that we need to know when they've changed. */ |
110 MARKED_SLOT (default_toolbar_width); | 110 MARKED_SLOT (default_toolbar_width); |
111 MARKED_SLOT (default_toolbar_height); | 111 MARKED_SLOT (default_toolbar_height); |
112 MARKED_SLOT (default_toolbar_visible_p); | 112 MARKED_SLOT (default_toolbar_visible_p); |
113 MARKED_SLOT (default_toolbar_border_width); | |
113 #endif | 114 #endif |
114 | 115 |
115 /* Possible frame-local default for outside margin widths. */ | 116 /* Possible frame-local default for outside margin widths. */ |
116 MARKED_SLOT (left_margin_width); | 117 MARKED_SLOT (left_margin_width); |
117 MARKED_SLOT (right_margin_width); | 118 MARKED_SLOT (right_margin_width); |