This commit was generated by cvs2svn to compensate for changes in r153,
[chise/xemacs-chise.git.1] / src / toolbar.h
index 3bff80a..543ed2c 100644 (file)
@@ -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;
 };