X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ftoolbar.h;h=fc830f95e475d6f1047b2985ed3b222f4b53de75;hb=dbf2768f7b146e97e37a27316f70bb313f1acf15;hp=0e65264d8649a2f7e3e27e0bd4fef80af01fbc88;hpb=042cabb13b0419d8aa5cfac9e087d78730d1dbc7;p=chise%2Fxemacs-chise.git- diff --git a/src/toolbar.h b/src/toolbar.h index 0e65264..fc830f9 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -100,6 +100,7 @@ DECLARE_SPECIFIER_TYPE (toolbar); 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);