comparison src/xmenu.c @ 81370:a5376379eaae

Link to xaw3d if available.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Jun 2007 17:33:52 +0000
parents 13e433477b6c
children b98604865ea0 9c01792a3ce8 3619e7770f2e
comparison
equal deleted inserted replaced
81369:f50b45eabb35 81370:a5376379eaae
80 #include <X11/IntrinsicP.h> 80 #include <X11/IntrinsicP.h>
81 #include <X11/CoreP.h> 81 #include <X11/CoreP.h>
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 */
89 #ifndef USE_GTK 93 #ifndef USE_GTK
90 #include "../oldXMenu/XMenu.h" 94 #include "../oldXMenu/XMenu.h"