Mercurial > hg > xemacs-beta
diff src/toolbar.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 | e38acbeb1cae |
children | 6fa9919a9a0b |
line wrap: on
line diff
--- a/src/toolbar.h Sat Jul 06 18:56:31 2002 +0000 +++ b/src/toolbar.h Sat Jul 06 21:05:58 2002 +0000 @@ -99,6 +99,7 @@ extern Lisp_Object Vtoolbar_size[4]; extern Lisp_Object Vtoolbar_border_width[4]; void update_frame_toolbars (struct frame *f); +void update_frame_toolbars_geometry (struct frame *f); void init_frame_toolbars (struct frame *f); void init_device_toolbars (struct device *d); void init_global_toolbars (struct device *d);