Mercurial > emacs
changeset 2396:80bed5e0c8aa
(struct frame): New field face_alist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 28 Mar 1993 05:24:23 +0000 |
parents | aec61f55a84d |
children | 2b34a2ef4d63 |
files | src/frame.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Sun Mar 28 05:23:45 1993 +0000 +++ b/src/frame.h Sun Mar 28 05:24:23 1993 +0000 @@ -132,8 +132,14 @@ Lisp_Object scroll_bars; Lisp_Object condemned_scroll_bars; + /* List of elements to display in the menu bar. + The elements have the form (KEY STRING . nil) to start; + when they are displayed, the hpos of the left edge goes in the cddr. */ Lisp_Object menu_bar_items; + /* Alist of elements (FACE-NAME . FACE-VECTOR-DATA). */ + Lisp_Object face_alist; + /* The output method says how the contents of this frame are displayed. It could be using termcap, or using an X window. */ enum output_method output_method;