X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Ftoolbar.h;h=543ed2c0ed660a15a6f41ac1cdd0e15f0e49e371;hb=8afb64af7147481903a263cd94cd2f42ec9a8b67;hp=3bff80a1cdf3f905525c7159e79b620e5eb031c5;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/toolbar.h b/src/toolbar.h index 3bff80a..543ed2c 100644 --- a/src/toolbar.h +++ b/src/toolbar.h @@ -25,10 +25,10 @@ Boston, MA 02111-1307, USA. */ #ifndef _XEMACS_TOOLBAR_H_ #define _XEMACS_TOOLBAR_H_ -#include "specifier.h" - #ifdef HAVE_TOOLBARS +#include "specifier.h" + #define FRAME_TOOLBAR_BUTTONS(frame, pos) \ ((frame)->toolbar_buttons[pos]) #define FRAME_CURRENT_TOOLBAR_SIZE(frame, pos) \ @@ -65,7 +65,7 @@ struct toolbar_button int dirty; /* is this button in a left or right toolbar? */ int vertical; - /* border_width when this button was layed out */ + /* border_width when this button was laid out */ int border_width; };