[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102381: * src/xmenu.c: Make it clear
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102381: * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif. |
Date: |
Sat, 13 Nov 2010 14:20:01 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102381
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sat 2010-11-13 14:20:01 -0800
message:
* src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
modified:
src/ChangeLog
src/xmenu.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-11-13 22:17:22 +0000
+++ b/src/ChangeLog 2010-11-13 22:20:01 +0000
@@ -1,7 +1,8 @@
2010-11-13 Dan Nicolaescu <address@hidden>
+ * xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
+
Fix compilation on Solaris.
-
* sysdep.c: Do not #include <term.h>.
(tputs): Add declaration, similar to what cm.c does. (Bug#7178)
=== modified file 'src/xmenu.c'
--- a/src/xmenu.c 2010-10-30 13:09:52 +0000
+++ b/src/xmenu.c 2010-11-13 22:20:01 +0000
@@ -89,7 +89,9 @@
#include <X11/Xaw/Paned.h>
#endif /* HAVE_XAW3D */
#endif /* USE_LUCID */
+#ifdef USE_MOTIF
#include "../lwlib/lwlib.h"
+#endif
#else /* not USE_X_TOOLKIT */
#ifndef USE_GTK
#include "../oldXMenu/XMenu.h"
@@ -2581,5 +2583,3 @@
#endif
}
-/* arch-tag: 92ea573c-398e-496e-ac73-2436f7d63242
- (do not change this comment) */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102381: * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.,
Dan Nicolaescu <=