Mercurial > hg > xemacs-beta
comparison src/toolbar.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 | 9d177e8d4150 |
children | af57a77cbc92 |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
21 Boston, MA 02111-1307, USA. */ | 21 Boston, MA 02111-1307, USA. */ |
22 | 22 |
23 /* Synched up with: Not in FSF. */ | 23 /* Synched up with: Not in FSF. */ |
24 | 24 |
25 #ifndef _XEMACS_TOOLBAR_H_ | 25 #ifndef INCLUDED_toolbar_h_ |
26 #define _XEMACS_TOOLBAR_H_ | 26 #define INCLUDED_toolbar_h_ |
27 | 27 |
28 #ifdef HAVE_TOOLBARS | 28 #ifdef HAVE_TOOLBARS |
29 | 29 |
30 #include "specifier.h" | 30 #include "specifier.h" |
31 | 31 |
108 struct toolbar_button *tb); | 108 struct toolbar_button *tb); |
109 void mark_frame_toolbar_buttons_dirty (struct frame *f, enum toolbar_pos pos); | 109 void mark_frame_toolbar_buttons_dirty (struct frame *f, enum toolbar_pos pos); |
110 | 110 |
111 #endif /* HAVE_TOOLBARS */ | 111 #endif /* HAVE_TOOLBARS */ |
112 | 112 |
113 #endif /* _XEMACS_TOOLBAR_H_ */ | 113 #endif /* INCLUDED_toolbar_h_ */ |