Mercurial > emacs
changeset 7094:b473ea5a3473
(struct frame): New fields menu_bar_vector and menu_bar_items_used.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Apr 1994 22:10:01 +0000 |
parents | b5844ebba56f |
children | 098b87bde5a7 |
files | src/frame.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Mon Apr 25 22:06:13 1994 +0000 +++ b/src/frame.h Mon Apr 25 22:10:01 1994 +0000 @@ -233,6 +233,13 @@ /* Nonnegative if current redisplay should not do scroll computation for lines beyond a certain vpos. This is the vpos. */ int scroll_bottom_vpos; + + /* A vector that records the entire structure of this frame's menu bar. + For the format of the data, see extensive comments in xmenu.c. + Only the X toolkit version uses this. */ + Lisp_Object menu_bar_vector; + /* Number of elements in the vector that have meaningful data. */ + int menu_bar_items_used; }; #ifdef MULTI_FRAME