[PD-cvs] packages/patches make_sizes_pixel_accurate_on_every_platform-0.40.3.patch, 1.2, 1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Jul 31 02:58:01 CEST 2007


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29320

Modified Files:
	make_sizes_pixel_accurate_on_every_platform-0.40.3.patch 
Log Message:
removed chunk that belongs to pd_controls-anchor-fix-0.40-pre.patch

Index: make_sizes_pixel_accurate_on_every_platform-0.40.3.patch
===================================================================
RCS file: /cvsroot/pure-data/packages/patches/make_sizes_pixel_accurate_on_every_platform-0.40.3.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** make_sizes_pixel_accurate_on_every_platform-0.40.3.patch	25 Jul 2007 20:30:36 -0000	1.2
--- make_sizes_pixel_accurate_on_every_platform-0.40.3.patch	31 Jul 2007 00:57:59 -0000	1.3
***************
*** 936,957 ****
   set ctrls_meter_on 0
   set ctrls_inlevel 0
- @@ -140,15 +167,14 @@
-  frame .controls.switches
-  checkbutton .controls.switches.audiobutton -text {compute audio} \
-      -variable ctrls_audio_on \
- -    -anchor w \
-      -command {pd [concat pd dsp $ctrls_audio_on \;]}
-  
-  checkbutton .controls.switches.meterbutton -text {peak meters} \
-      -variable ctrls_meter_on \
- -    -anchor w \
-      -command {pd [concat pd meters $ctrls_meter_on \;]}
-  
- -pack .controls.switches.audiobutton .controls.switches.meterbutton -side top
- +pack .controls.switches.audiobutton .controls.switches.meterbutton \
- +     -side top -anchor w
-  
-  frame .controls.inout
-  frame .controls.inout.in
  @@ -175,7 +201,7 @@
   
--- 936,939 ----





More information about the Pd-cvs mailing list