[PD-cvs] pd/src desire.tk,1.1.2.600.2.196,1.1.2.600.2.197

Mathieu Bouchard matju at users.sourceforge.net
Sat Jun 30 18:05:09 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18762

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
added deconstructors for FloatBox and SymbolBox


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.196
retrieving revision 1.1.2.600.2.197
diff -C2 -d -r1.1.2.600.2.196 -r1.1.2.600.2.197
*** desire.tk	30 Jun 2007 14:27:29 -0000	1.1.2.600.2.196
--- desire.tk	30 Jun 2007 16:05:05 -0000	1.1.2.600.2.197
***************
*** 8106,8111 ****
  }
  
! def MessageBox deconstruct {} {concat [list #X msg  $@x1 $@y1] $@text}
! def Comment    deconstruct {} {concat [list #X text $@x1 $@y1] $@text}
  
  def Box deconstruct {} {
--- 8106,8113 ----
  }
  
! def MessageBox deconstruct {} {concat [list #X msg        $@x1 $@y1] $@text}
! def FloatBox   deconstruct {} {concat [list #X floatatom  $@x1 $@y1] $@text}
! def SymbolBox  deconstruct {} {concat [list #X symbolatom $@x1 $@y1] $@text}
! def Comment    deconstruct {} {concat [list #X text       $@x1 $@y1] $@text}
  
  def Box deconstruct {} {





More information about the Pd-cvs mailing list