Mercurial > hg > xemacs-beta
diff src/console.h @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 78f53ef88e17 |
children | 677f6a0ee643 |
line wrap: on
line diff
--- a/src/console.h Mon Aug 13 10:06:48 2007 +0200 +++ b/src/console.h Mon Aug 13 10:07:35 2007 +0200 @@ -200,6 +200,9 @@ void (*toolbar_size_changed_in_frame_method) (struct frame *f, enum toolbar_pos pos, Lisp_Object oldval); + void (*toolbar_border_width_changed_in_frame_method) (struct frame *f, + enum toolbar_pos pos, + Lisp_Object oldval); void (*toolbar_visible_p_changed_in_frame_method) (struct frame *f, enum toolbar_pos pos, Lisp_Object oldval);