Mercurial > hg > xemacs-beta
view src/toolbar-common.h @ 3736:01830ac74073
[xemacs-hg @ 2006-12-11 12:22:47 by aidan]
2006-12-08 Aidan Kehoe <kehoea@parhasard.net>
* specifier.c (charset_matches_specifier_tag_set_p):
A charset's entry in Vcharset_tag_lists may be nil, if, when that
charset was created, no tags with associated charset predicates
existed. Accept this possibility, treat it as the tag not matching
that charset.
author | aidan |
---|---|
date | Mon, 11 Dec 2006 12:22:52 +0000 |
parents | c15f25529e61 |
children |
line wrap: on
line source
/* toolbar-common.h ** ** Description: ** ** Created by: William M. Perry ** Copyright (c) 2001 Free Software Foundation ** */ #ifndef __TOOLBAR_COMMON_H__ #define __TOOLBAR_COMMON_H__ extern void common_output_frame_toolbars (struct frame *f); extern void common_redraw_exposed_toolbars (struct frame *f, int x, int y, int width, int height); extern void common_redraw_frame_toolbars (struct frame *f); extern void common_output_toolbar_button (struct frame *f, Lisp_Object button); extern void common_clear_frame_toolbars (struct frame *f); #endif /* __TOOLBAR_COMMON_H__ */