diff src/xmenu.c @ 111534:e9570ce66184

* src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 13 Nov 2010 14:20:01 -0800
parents e302712538dc
children 417b1e4d63cd
line wrap: on
line diff
--- a/src/xmenu.c	Sat Nov 13 14:17:22 2010 -0800
+++ b/src/xmenu.c	Sat Nov 13 14:20:01 2010 -0800
@@ -89,7 +89,9 @@
 #include <X11/Xaw/Paned.h>
 #endif /* HAVE_XAW3D */
 #endif /* USE_LUCID */
+#ifdef USE_MOTIF
 #include "../lwlib/lwlib.h"
+#endif
 #else /* not USE_X_TOOLKIT */
 #ifndef USE_GTK
 #include "../oldXMenu/XMenu.h"
@@ -2581,5 +2583,3 @@
 #endif
 }
 
-/* arch-tag: 92ea573c-398e-496e-ac73-2436f7d63242
-   (do not change this comment) */