[PD-cvs] SF.net SVN: pure-data:[10273] trunk/externals/zexy/src

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Tue Sep 2 15:05:04 CEST 2008


Revision: 10273
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10273&view=rev
Author:   zmoelnig
Date:     2008-09-02 13:05:03 +0000 (Tue, 02 Sep 2008)

Log Message:
-----------
fixed bug #2073844 (splashscreen problems)

Modified Paths:
--------------
    trunk/externals/zexy/src/zexy.c
    trunk/externals/zexy/src/zexy.h

Modified: trunk/externals/zexy/src/zexy.c
===================================================================
--- trunk/externals/zexy/src/zexy.c	2008-09-01 14:36:04 UTC (rev 10272)
+++ trunk/externals/zexy/src/zexy.c	2008-09-02 13:05:03 UTC (rev 10273)
@@ -142,6 +142,7 @@
   endpost();
   post("\t%c the zexy external  "VERSION" %c", HEARTSYMBOL, HEARTSYMBOL);
   post("\t%c (l)  forum::f\xFCr::uml\xE4ute %c", HEARTSYMBOL, HEARTSYMBOL);
+  post("\t%c       iem   @  kug       %c", HEARTSYMBOL, HEARTSYMBOL);
   post("\t%c  compiled:  "__DATE__"  %c", HEARTSYMBOL, HEARTSYMBOL);
   post("\t%c send me a 'help' message %c", HEARTSYMBOL, HEARTSYMBOL);
   startpost("\t");

Modified: trunk/externals/zexy/src/zexy.h
===================================================================
--- trunk/externals/zexy/src/zexy.h	2008-09-01 14:36:04 UTC (rev 10272)
+++ trunk/externals/zexy/src/zexy.h	2008-09-02 13:05:03 UTC (rev 10273)
@@ -60,7 +60,7 @@
 
 #include <math.h>
 
-#define VERSION "2.2.2"
+#define VERSION "2.2.3"
 
 /* these pragmas are only used for MSVC, not MinGW or Cygwin */
 #ifdef _MSC_VER
@@ -70,8 +70,12 @@
 # pragma warning( disable : 4996)  /* deprecated functions */
 #endif
 
+#ifndef HEARTSYMBOL
+# define HEARTSYMBOL 64
+#endif
+
+
 #ifdef __WIN32__
-# define HEARTSYMBOL 3
 # define STATIC_INLINE
 
 # ifndef sqrtf
@@ -82,7 +86,6 @@
 # endif /* fabsf */
 
 #else
-# define HEARTSYMBOL 169
 # define STATIC_INLINE static
 #endif
 
@@ -109,7 +112,7 @@
 static void zexy_register(char*object){
   if(object!=0){
     post("[%s] part of zexy-%s (compiled: "__DATE__")", object, VERSION);
-    post("\tCopyright (l) 1999-2007 IOhannes m zm\xF6lnig, forum::f\xFCr::uml\xE4ute & IEM");
+    post("\tCopyright (l) 1999-2008 IOhannes m zm\xF6lnig, forum::f\xFCr::uml\xE4ute & IEM");
   }
 }
 #else


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list