Mercurial > emacs
changeset 81371:477e245e6cf5
Link to xaw3d if available.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 13 Jun 2007 17:34:12 +0000 |
parents | a5376379eaae |
children | 66f8afbd03d5 |
files | lwlib/lwlib.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib.c Wed Jun 13 17:33:52 2007 +0000 +++ b/lwlib/lwlib.c Wed Jun 13 17:34:12 2007 +0000 @@ -48,7 +48,11 @@ #endif /* not USE_MOTIF && USE_LUCID */ #endif #if defined (USE_XAW) +#ifdef HAVE_XAW3D +#include <X11/Xaw3d/Paned.h> +#else /* !HAVE_XAW3D */ #include <X11/Xaw/Paned.h> +#endif /* HAVE_XAW3D */ #include "lwlib-Xaw.h" #endif