Mercurial > hg > xemacs-beta
comparison src/menubar.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | 8de8e3f6228a |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
586 */ ); | 586 */ ); |
587 Vmenubar_visible_p = Fmake_specifier (Qboolean); | 587 Vmenubar_visible_p = Fmake_specifier (Qboolean); |
588 | 588 |
589 set_specifier_fallback (Vmenubar_visible_p, list1 (Fcons (Qnil, Qt))); | 589 set_specifier_fallback (Vmenubar_visible_p, list1 (Fcons (Qnil, Qt))); |
590 set_specifier_caching (Vmenubar_visible_p, | 590 set_specifier_caching (Vmenubar_visible_p, |
591 slot_offset (struct window, | 591 offsetof (struct window, menubar_visible_p), |
592 menubar_visible_p), | |
593 menubar_visible_p_changed, | 592 menubar_visible_p_changed, |
594 slot_offset (struct frame, | 593 offsetof (struct frame, menubar_visible_p), |
595 menubar_visible_p), | |
596 menubar_visible_p_changed_in_frame); | 594 menubar_visible_p_changed_in_frame); |
597 } | 595 } |
598 | 596 |
599 void | 597 void |
600 complex_vars_of_menubar (void) | 598 complex_vars_of_menubar (void) |