X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ftoolbar.h;h=fc830f95e475d6f1047b2985ed3b222f4b53de75;hb=c84990d1037000e9487a437491a853975b356e5a;hp=0e65264d8649a2f7e3e27e0bd4fef80af01fbc88;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 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);