Mercurial > hg > xemacs-beta
diff src/console-impl.h @ 905:c15f25529e61
[xemacs-hg @ 2002-07-06 21:05:42 by andyp]
toolbar redisplay patch
author | andyp |
---|---|
date | Sat, 06 Jul 2002 21:05:58 +0000 |
parents | 79c6ff3eef26 |
children | c925bacdda60 |
line wrap: on
line diff
--- a/src/console-impl.h Sat Jul 06 18:56:31 2002 +0000 +++ b/src/console-impl.h Sat Jul 06 21:05:58 2002 +0000 @@ -261,6 +261,7 @@ #ifdef HAVE_TOOLBARS /* toolbar methods */ void (*output_frame_toolbars_method) (struct frame *); + void (*clear_frame_toolbars_method) (struct frame *); void (*initialize_frame_toolbars_method) (struct frame *); void (*free_frame_toolbars_method) (struct frame *); void (*output_toolbar_button_method) (struct frame *, Lisp_Object);