[PD-cvs] pd/src desire.tk,1.1.2.427,1.1.2.428

Mathieu Bouchard matju at users.sourceforge.net
Wed Aug 30 18:54:46 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	desire.tk 
Log Message:
font stuff moved from Thing to View because def look also was moved from Thing to View.


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.427
retrieving revision 1.1.2.428
diff -C2 -d -r1.1.2.427 -r1.1.2.428
*** desire.tk	30 Aug 2006 13:32:13 -0000	1.1.2.427
--- desire.tk	30 Aug 2006 16:54:44 -0000	1.1.2.428
***************
*** 503,513 ****
  #to get to these ones. 
  
- #!@#$ View->Box
- #set look(View:iowidth) 7
- #set look(View:inletfg) #ff0000
- #set look(View:outletfg) #ff0000
- #set look(View:selectframe) #0080ff
- #set look(View:iopos) 0
- 
  #!@#$ View->???
  #set look(View:tooltip) 1
--- 503,506 ----
***************
*** 5594,5601 ****
      key Canvas about
  section Client font
!     font Thing fontsize
!     font Thing fontfamily
!     font Thing fontstyle
!     font Thing fontitalic
  section Client others
      crosshair Canvas hairstate
--- 5587,5594 ----
      key Canvas about
  section Client font
!     font View fontsize
!     font View fontfamily
!     font View fontstyle
!     font View fontitalic
  section Client others
      crosshair Canvas hairstate





More information about the Pd-cvs mailing list