aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-06-13 17:35:14 +0000
committerChong Yidong2007-06-13 17:35:14 +0000
commit8ab9202e27387b8495e62d6bd1c075d6032065c5 (patch)
treec523e53339a39a7ba2ae8740edd1a3d004ef008d /src
parent52a0e11160eed1e8c22fc23148fc47d68998184f (diff)
downloademacs-8ab9202e27387b8495e62d6bd1c075d6032065c5.tar.gz
emacs-8ab9202e27387b8495e62d6bd1c075d6032065c5.zip
Link to xaw3d if available.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 023a9bbfdf4..a5ac1094aec 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -72,8 +72,13 @@ Boston, MA 02110-1301, USA. */
72#include <X11/Shell.h> 72#include <X11/Shell.h>
73 73
74#ifndef USE_MOTIF 74#ifndef USE_MOTIF
75#ifdef HAVE_XAW3D
76#include <X11/Xaw3d/Paned.h>
77#include <X11/Xaw/Label.h>
78#else /* !HAVE_XAW3D */
75#include <X11/Xaw/Paned.h> 79#include <X11/Xaw/Paned.h>
76#include <X11/Xaw/Label.h> 80#include <X11/Xaw/Label.h>
81#endif /* HAVE_XAW3D */
77#endif /* USE_MOTIF */ 82#endif /* USE_MOTIF */
78 83
79#ifdef USG 84#ifdef USG