Mercurial > emacs
changeset 81374:c567f60cd935
Link to xaw3d if available.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 13 Jun 2007 17:35:14 +0000 |
parents | 6f4d6c8ae117 |
children | 7d290e488d73 |
files | src/xfns.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Wed Jun 13 17:34:43 2007 +0000 +++ b/src/xfns.c Wed Jun 13 17:35:14 2007 +0000 @@ -72,8 +72,13 @@ #include <X11/Shell.h> #ifndef USE_MOTIF +#ifdef HAVE_XAW3D +#include <X11/Xaw3d/Paned.h> +#include <X11/Xaw/Label.h> +#else /* !HAVE_XAW3D */ #include <X11/Xaw/Paned.h> #include <X11/Xaw/Label.h> +#endif /* HAVE_XAW3D */ #endif /* USE_MOTIF */ #ifdef USG