diff src/toolbar.h @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents e11d67e05968
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/toolbar.h	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/toolbar.h	Mon Aug 13 11:07:10 2007 +0200
@@ -25,9 +25,9 @@
 #ifndef _XEMACS_TOOLBAR_H_
 #define _XEMACS_TOOLBAR_H_
 
-#include "specifier.h"
+#ifdef HAVE_TOOLBARS
 
-#ifdef HAVE_TOOLBARS
+#include "specifier.h"
 
 #define FRAME_TOOLBAR_BUTTONS(frame, pos)	\
   ((frame)->toolbar_buttons[pos])
@@ -65,7 +65,7 @@
   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;
 };