Mercurial > hg > xemacs-beta
diff src/frameslots.h @ 744:8ae895c67ce7
[xemacs-hg @ 2002-02-04 15:44:37 by wmperry]
Enable generic toolbar support for X11. Added new toolbar-shadow-thickness specifier.
author | wmperry |
---|---|
date | Mon, 04 Feb 2002 15:44:52 +0000 |
parents | af57a77cbc92 |
children | e22b0213b713 |
line wrap: on
line diff
--- a/src/frameslots.h Mon Feb 04 13:19:17 2002 +0000 +++ b/src/frameslots.h Mon Feb 04 15:44:52 2002 +0000 @@ -146,6 +146,7 @@ MARKED_SLOT (default_toolbar_height); MARKED_SLOT (default_toolbar_visible_p); MARKED_SLOT (default_toolbar_border_width); + MARKED_SLOT (toolbar_shadow_thickness); /* List of toolbar buttons of current toolbars */ MARKED_SLOT_ARRAY (toolbar_buttons, 4);