[PD-cvs] SF.net SVN: pure-data: [9783] branches/pd-extended/v0-40/pd/src/g_text.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun May 11 19:32:33 CEST 2008


Revision: 9783
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9783&view=rev
Author:   eighthave
Date:     2008-05-11 10:32:33 -0700 (Sun, 11 May 2008)

Log Message:
-----------
turns out all platforms need the same inlet spacing now

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/g_text.c

Modified: branches/pd-extended/v0-40/pd/src/g_text.c
===================================================================
--- branches/pd-extended/v0-40/pd/src/g_text.c	2008-05-11 14:27:28 UTC (rev 9782)
+++ branches/pd-extended/v0-40/pd/src/g_text.c	2008-05-11 17:32:33 UTC (rev 9783)
@@ -1176,11 +1176,7 @@
 
 /* -------------------- the "text" class  ------------ */
 
-#ifdef __APPLE__
 #define EXTRAPIX 2
-#else
-#define EXTRAPIX 1
-#endif
 
     /* draw inlets and outlets for a text object or for a graph. */
 void glist_drawiofor(t_glist *glist, t_object *ob, int firsttime,


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