ddd
[Top][All Lists]
Advanced

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

patch against ddd 3.3.1 for Athena version


From: Arnaud Desitter
Subject: patch against ddd 3.3.1 for Athena version
Date: Tue, 19 Jun 2001 10:46:48 +0100 (BST)

Hi,

A small patch to get the version of Athena widgets library.

Cheers,
Arnaud

--- show.C      Thu Apr 26 15:17:19 2001
+++ show.C.new  Tue Jun 19 10:43:21 2001
@@ -61,6 +61,9 @@
 #include <errno.h>

 #include "Xpm.h"
+#if HAVE_ATHENA
+# include <X11/Xaw/XawInit.h>
+#endif
 #include "HelpCB.h"

 #if !HAVE_POPEN_DECL
@@ -355,7 +358,11 @@
        "." stringize(XpmRevision) ", "
 #endif
 #if HAVE_ATHENA
-       "Athena Panner, "
+       "Athena Panner"
+# if defined(XawVersion)
+        " (" stringize(XawVersion) ")"
+# endif
+        ", "
 #endif
 #if WITH_BUILTIN_VSLLIB
        "VSL library, "                  

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
01285 884400.



reply via email to

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