emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/lwlib.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib.c,v
Date: Wed, 13 Jun 2007 17:34:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/06/13 17:34:12

Index: lwlib.c
===================================================================
RCS file: /sources/emacs/emacs/lwlib/lwlib.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- lwlib.c     28 Feb 2007 04:25:05 -0000      1.55
+++ lwlib.c     13 Jun 2007 17:34:12 -0000      1.56
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]