Mercurial > hg > xemacs-beta
comparison src/menubar.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
20 | 20 |
21 /* Synched up with: Not in FSF. */ | 21 /* Synched up with: Not in FSF. */ |
22 | 22 |
23 /* #### Not properly abstracted for device-independence. */ | 23 /* #### Not properly abstracted for device-independence. */ |
24 | 24 |
25 #ifndef _XEMACS_MENUBAR_H_ | 25 #ifndef INCLUDED_menubar_h_ |
26 #define _XEMACS_MENUBAR_H_ | 26 #define INCLUDED_menubar_h_ |
27 | 27 |
28 #ifdef HAVE_MENUBARS | 28 #ifdef HAVE_MENUBARS |
29 #include "gui.h" | 29 #include "gui.h" |
30 void update_frame_menubars (struct frame *f); | 30 void update_frame_menubars (struct frame *f); |
31 void free_frame_menubars (struct frame *f); | 31 void free_frame_menubars (struct frame *f); |
35 | 35 |
36 EXFUN (Fmenu_find_real_submenu, 2); | 36 EXFUN (Fmenu_find_real_submenu, 2); |
37 | 37 |
38 #endif /* HAVE_MENUBARS */ | 38 #endif /* HAVE_MENUBARS */ |
39 | 39 |
40 #endif /* _XEMACS_MENUBAR_H_ */ | 40 #endif /* INCLUDED_menubar_h_ */ |