aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-06-13 17:34:30 +0000
committerChong Yidong2007-06-13 17:34:30 +0000
commit5262c5c746474b2b375652d0225c4bf2dc3ede8f (patch)
tree9d386a8e4c7e7546f8bc0a26d50660042c165b39 /src
parentdba7bae083155eef1eed7f1a15cb1965765ce0f8 (diff)
downloademacs-5262c5c746474b2b375652d0225c4bf2dc3ede8f.tar.gz
emacs-5262c5c746474b2b375652d0225c4bf2dc3ede8f.zip
Link to xaw3d if available.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index da897396d75..6d9278e3c54 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -82,7 +82,11 @@ Boston, MA 02110-1301, USA. */
82#include <X11/StringDefs.h> 82#include <X11/StringDefs.h>
83#include <X11/Shell.h> 83#include <X11/Shell.h>
84#ifdef USE_LUCID 84#ifdef USE_LUCID
85#ifdef HAVE_XAW3D
86#include <X11/Xaw3d/Paned.h>
87#else /* !HAVE_XAW3D */
85#include <X11/Xaw/Paned.h> 88#include <X11/Xaw/Paned.h>
89#endif /* HAVE_XAW3D */
86#endif /* USE_LUCID */ 90#endif /* USE_LUCID */
87#include "../lwlib/lwlib.h" 91#include "../lwlib/lwlib.h"
88#else /* not USE_X_TOOLKIT */ 92#else /* not USE_X_TOOLKIT */