[PD-cvs] externals/footils/knob knob.c,1.3,1.4

fbar at users.sourceforge.net fbar at users.sourceforge.net
Fri Jan 16 11:47:24 CET 2004


Update of /cvsroot/pure-data/externals/footils/knob
In directory sc8-pr-cvs1:/tmp/cvs-serv31019

Modified Files:
	knob.c 
Log Message:


small change for pd-0.37: x_unique_num is gone.


Index: knob.c
===================================================================
RCS file: /cvsroot/pure-data/externals/footils/knob/knob.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** knob.c	16 Sep 2003 08:23:14 -0000	1.3
--- knob.c	16 Jan 2004 10:47:22 -0000	1.4
***************
*** 716,720 ****
      if(!strcmp(srl[0]->s_name, "empty")) fstyle->x_snd_able = 0;
      if(!strcmp(srl[1]->s_name, "empty")) fstyle->x_rcv_able = 0;
!     x->x_gui.x_unique_num = 0;
      if(fstyle->x_font_style == 1) strcpy(x->x_gui.x_font, "helvetica");
      else if(fstyle->x_font_style == 2) strcpy(x->x_gui.x_font, "times");
--- 716,721 ----
      if(!strcmp(srl[0]->s_name, "empty")) fstyle->x_snd_able = 0;
      if(!strcmp(srl[1]->s_name, "empty")) fstyle->x_rcv_able = 0;
!     // gone in PD 0.37:
! 	// x->x_gui.x_unique_num = 0;
      if(fstyle->x_font_style == 1) strcpy(x->x_gui.x_font, "helvetica");
      else if(fstyle->x_font_style == 2) strcpy(x->x_gui.x_font, "times");






More information about the Pd-cvs mailing list