X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolbar-x.c;h=64f2b6cc8d0edacb7dd3fac7142be373480b52e4;hb=59eec5f21669e81977b5b1fe9bf717cab49cf7fb;hp=edfd7dd5d484a1f3b0b8a1459e456d6107a7e5d3;hpb=b5eeb6918c29470b36f8461c402eb0c65cb19bd2;p=chise%2Fxemacs-chise.git diff --git a/src/toolbar-x.c b/src/toolbar-x.c index edfd7dd..64f2b6c 100644 --- a/src/toolbar-x.c +++ b/src/toolbar-x.c @@ -23,6 +23,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ +/* This file Mule-ized (more like Mule-verified) by Ben Wing, 7-8-00. */ + #include #include "lisp.h" @@ -109,7 +111,7 @@ x_output_toolbar_button (struct frame *f, Lisp_Object button) GC top_shadow_gc, bottom_shadow_gc, background_gc; Lisp_Object instance, frame, window, glyph; struct toolbar_button *tb = XTOOLBAR_BUTTON (button); - struct Lisp_Image_Instance *p; + Lisp_Image_Instance *p; struct window *w; int vertical = tb->vertical; int border_width = tb->border_width;